Versions in this module Expand all Collapse all v0 v0.1.1 Nov 23, 2024 Changes in this version + func ProgramIsRunning(name string) bool + type Client struct + Application qbittorrent_application.Client + BinaryPath string + Host string + Log qbittorrent_log.Client + Password string + Port int + RSS qbittorrent_rss.Client + Search qbittorrent_search.Client + Sync qbittorrent_sync.Client + Torrent qbittorrent_torrent.Client + Transfer qbittorrent_transfer.Client + Username string + func NewClient(opts *NewClientOptions) *Client + func (c *Client) CheckStart() bool + func (c *Client) Login() error + func (c *Client) Logout() error + func (c *Client) Start() error + type NewClientOptions struct + BinaryPath string + HTTPS bool + Host string + Password string + Port int + Username string v0.1.0 Nov 7, 2024