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"` Category string `json:"category"` Tags string `json:"tags"` SkipChecking bool `json:"skipChecking"` Paused bool `json:"paused"` RootFolder bool `json:"rootFolder"` AutoTMM bool `json:"autoTMM"` }
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.