Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTorrentsInfo ¶ added in v1.0.7
type AddTorrentsInfo struct { Urls []string `json:"urls"` Torrents []string `json:"torrents"` SavePath string `json:"savePath"` Cookie string `json:"cookie"` Category string `json:"category"` Tags []string `json:"tags"` SkipChecking bool `json:"skipChecking"` Paused bool `json:"paused"` RootFolder bool `json:"rootFolder"` Rename string `json:"rename"` UpLimit int `json:"upLimit"` // bytes/second DlLimit int `json:"dlLimit"` // bytes/second RatioLimit float64 `json:"ratioLimit"` SeedingTimeLimit int `json:"seedingTimeLimit"` // minutes AutoTMM bool `json:"autoTMM"` SequentialDownload bool `json:"sequentialDownload"` FirstLastPiecePrio bool `json:"firstLastPiecePrio"` }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) AddTorrents ¶ added in v1.0.7
Click to show internal directories.
Click to hide internal directories.