Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TrackerIdentity ¶
TrackerIdentity removes announce paths, query parameters, and user info, which commonly contain private tracker passkeys.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type Torrent ¶
type Torrent struct {
Hash string `json:"hash"`
Name string `json:"name"`
SavePath string `json:"save_path"`
ContentPath string `json:"content_path"`
Size int64 `json:"size"`
TotalSize int64 `json:"total_size"`
Progress float64 `json:"progress"`
CompletionOn int64 `json:"completion_on"`
Tracker string `json:"tracker"`
Tags string `json:"tags"`
State string `json:"state"`
}
Click to show internal directories.
Click to hide internal directories.