state

package
v0.0.0-...-78dab50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TorrentAdded = TorrentStat(iota)
	TorrentGettingInfo
	TorrentPreload
	TorrentWorking
	TorrentClosed
	TorrentInDB
)

Variables

This section is empty.

Functions

This section is empty.

Types

type TorrentFileStat

type TorrentFileStat struct {
	Id     int    `json:"id,omitempty"`
	Path   string `json:"path,omitempty"`
	Length int64  `json:"length,omitempty"`
}

type TorrentStat

type TorrentStat int

func (TorrentStat) String

func (t TorrentStat) String() string

type TorrentStatus

type TorrentStatus struct {
	Title               string      `json:"title"`
	Poster              string      `json:"poster"`
	Data                string      `json:"data,omitempty"`
	Timestamp           int64       `json:"timestamp"`
	Name                string      `json:"name,omitempty"`
	Hash                string      `json:"hash,omitempty"`
	Stat                TorrentStat `json:"stat"`
	StatString          string      `json:"stat_string"`
	LoadedSize          int64       `json:"loaded_size,omitempty"`
	TorrentSize         int64       `json:"torrent_size,omitempty"`
	PreloadedBytes      int64       `json:"preloaded_bytes,omitempty"`
	PreloadSize         int64       `json:"preload_size,omitempty"`
	DownloadSpeed       float64     `json:"download_speed,omitempty"`
	UploadSpeed         float64     `json:"upload_speed,omitempty"`
	TotalPeers          int         `json:"total_peers,omitempty"`
	PendingPeers        int         `json:"pending_peers,omitempty"`
	ActivePeers         int         `json:"active_peers,omitempty"`
	ConnectedSeeders    int         `json:"connected_seeders,omitempty"`
	HalfOpenPeers       int         `json:"half_open_peers,omitempty"`
	BytesWritten        int64       `json:"bytes_written,omitempty"`
	BytesWrittenData    int64       `json:"bytes_written_data,omitempty"`
	BytesRead           int64       `json:"bytes_read,omitempty"`
	BytesReadData       int64       `json:"bytes_read_data,omitempty"`
	BytesReadUsefulData int64       `json:"bytes_read_useful_data,omitempty"`
	ChunksWritten       int64       `json:"chunks_written,omitempty"`
	ChunksRead          int64       `json:"chunks_read,omitempty"`
	ChunksReadUseful    int64       `json:"chunks_read_useful,omitempty"`
	ChunksReadWasted    int64       `json:"chunks_read_wasted,omitempty"`
	PiecesDirtiedGood   int64       `json:"pieces_dirtied_good,omitempty"`
	PiecesDirtiedBad    int64       `json:"pieces_dirtied_bad,omitempty"`
	DurationSeconds     float64     `json:"duration_seconds,omitempty"`
	BitRate             string      `json:"bit_rate,omitempty"`

	FileStats []*TorrentFileStat `json:"file_stats,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL