Documentation
¶
Index ¶
- type Client
- func (c Client) AddFeed(link string, folder string) error
- func (c Client) AddFolder(folder string) error
- func (c Client) AddRule(name string, def qbittorrent_model.RuleDefinition) error
- func (c Client) GetRules() (map[string]qbittorrent_model.RuleDefinition, error)
- func (c Client) MoveItem(currentFolder, destinationFolder string) error
- func (c Client) RemoveItem(folder string) error
- func (c Client) RemoveRule(name string) error
- func (c Client) RenameRule(old, new string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (Client) RemoveItem ¶
func (Client) RemoveRule ¶
func (Client) RenameRule ¶
Click to show internal directories.
Click to hide internal directories.