Discover Packages
github.com/extradummythicc/linx-server
torrent
package
Version:
v2.1.1+incompatible
Opens a new window with list of versions in this module.
Published: Jan 27, 2019
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.