Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Information ¶
type Model ¶
type Model struct {
Torrents []TorrentInformation // Slice to store information about each torrent being downloaded.
// contains filtered or unexported fields
}
Model represents the torrent client model.
func (*Model) AddTorrent ¶
AddTorrent adds a new torrent info to the model.
type TorrentInformation ¶
type TorrentInformation struct {
Information Information
// contains filtered or unexported fields
}
func (*TorrentInformation) Abort ¶
func (d *TorrentInformation) Abort()
func (*TorrentInformation) Dropped ¶
func (d *TorrentInformation) Dropped()
Click to show internal directories.
Click to hide internal directories.