Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Torrent ¶
type Torrent struct { Client Client ID string Title string Description string InfoHash string Files []TorrentFile MagnetLink string Size int Uploaded string Seeders int Leechers int }
func (Torrent) FetchDescription ¶
func (Torrent) FetchFiles ¶
func (t Torrent) FetchFiles() []TorrentFile
func (Torrent) GetPrettySize ¶
type TorrentFile ¶
func (TorrentFile) GetPrettySize ¶
func (tf TorrentFile) GetPrettySize() string
Click to show internal directories.
Click to hide internal directories.