Files
coredns/plugin/torrent/torrent.go

10 lines
152 B
Go
Raw Normal View History

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