Documentation ¶
Index ¶
- type GlobalTransferInfo
- type QbittorrentClient
- func (c *QbittorrentClient) GetAltSpeedLimitState() (bool, error)
- func (c *QbittorrentClient) GetTransferInfo() (GlobalTransferInfo, error)
- func (c *QbittorrentClient) GetVersion() (string, error)
- func (c *QbittorrentClient) Login(user string, pass string) error
- func (c *QbittorrentClient) Logout() error
- func (c *QbittorrentClient) ToggleAltSpeedLimitState() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalTransferInfo ¶
type QbittorrentClient ¶
type QbittorrentClient struct {
// contains filtered or unexported fields
}
func New ¶
func New(host string) *QbittorrentClient
func (*QbittorrentClient) GetAltSpeedLimitState ¶
func (c *QbittorrentClient) GetAltSpeedLimitState() (bool, error)
func (*QbittorrentClient) GetTransferInfo ¶
func (c *QbittorrentClient) GetTransferInfo() (GlobalTransferInfo, error)
func (*QbittorrentClient) GetVersion ¶
func (c *QbittorrentClient) GetVersion() (string, error)
func (*QbittorrentClient) Logout ¶
func (c *QbittorrentClient) Logout() error
func (*QbittorrentClient) ToggleAltSpeedLimitState ¶
func (c *QbittorrentClient) ToggleAltSpeedLimitState() error
Click to show internal directories.
Click to hide internal directories.