package
Version:
v0.0.0-...-361014b
Opens a new window with list of versions in this module.
Published: Feb 17, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BitTorrent struct {
InfoHash string `json:"infohash"`
Name string `json:"name"`
Files []File `json:"files,omitempty"`
Length int `json:"length,omitempty"`
}
type File struct {
Path []interface{} `json:"path"`
Length int `json:"length"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.