Discover Packages
github.com/Seb3thehacker/sphinx-server
torrent
package
Version:
v2.2.1+incompatible
Opens a new window with list of versions in this module.
Published: Mar 8, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Torrent struct {
Encoding string `bencode:"encoding"`
Info TorrentInfo `bencode:"info"`
UrlList []string `bencode:"url-list"`
}
type TorrentInfo struct {
PieceLength int `bencode:"piece length"`
Pieces string `bencode:"pieces"`
Name string `bencode:"name"`
Length int `bencode:"length"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.