Files
coredns/plugin/torrent/torrent.go
Miek Gieben 37e6038788 Play some more with torrenting
Signed-off-by: Miek Gieben <miek@miek.nl>
2020-07-27 15:55:31 +02:00

10 lines
152 B
Go

package torrent
// Torrent contains the file data that needs to be torrented.
type Torrent struct {
dbfile string
dht bool
stop chan struct{}
}