Documentation ¶
Index ¶
- type QBittorrent
- func (a *QBittorrent) AddURL(args *tool.AddUrlArgs) (string, error)
- func (a *QBittorrent) Init() (string, error)
- func (a *QBittorrent) IsReady() bool
- func (a *QBittorrent) Items() []model.SettingItem
- func (a *QBittorrent) Name() string
- func (a *QBittorrent) Remove(task *tool.DownloadTask) error
- func (a *QBittorrent) Run(task *tool.DownloadTask) error
- func (a *QBittorrent) Status(task *tool.DownloadTask) (*tool.Status, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QBittorrent ¶
type QBittorrent struct {
// contains filtered or unexported fields
}
func (*QBittorrent) AddURL ¶
func (a *QBittorrent) AddURL(args *tool.AddUrlArgs) (string, error)
func (*QBittorrent) Init ¶
func (a *QBittorrent) Init() (string, error)
func (*QBittorrent) IsReady ¶
func (a *QBittorrent) IsReady() bool
func (*QBittorrent) Items ¶
func (a *QBittorrent) Items() []model.SettingItem
func (*QBittorrent) Name ¶
func (a *QBittorrent) Name() string
func (*QBittorrent) Remove ¶
func (a *QBittorrent) Remove(task *tool.DownloadTask) error
func (*QBittorrent) Run ¶
func (a *QBittorrent) Run(task *tool.DownloadTask) error
func (*QBittorrent) Status ¶
func (a *QBittorrent) Status(task *tool.DownloadTask) (*tool.Status, error)
Click to show internal directories.
Click to hide internal directories.