mirror of
https://github.com/coredns/coredns.git
synced 2026-02-03 14:03:10 -05:00
9
plugin/torrent/torrent.go
Normal file
9
plugin/torrent/torrent.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package torrent
|
||||
|
||||
// Torrent contains the file data that needs to be torrented.
|
||||
type Torrent struct {
|
||||
dbfile string
|
||||
seed bool
|
||||
|
||||
stop chan struct{}
|
||||
}
|
||||
Reference in New Issue
Block a user