Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicAuthRoundTripper ¶
type BasicAuthRoundTripper struct { RoundTripper http.RoundTripper Credentials *Credentials }
func NewBasicAuthRoundTripper ¶
func NewBasicAuthRoundTripper(roundTripper http.RoundTripper, creds *Credentials) *BasicAuthRoundTripper
type Credentials ¶
type RTorrent ¶
type RTorrent struct {
// contains filtered or unexported fields
}
func NewWithCredentials ¶
func NewWithCredentials(addr string, credentials *Credentials) *RTorrent
type View ¶
type View string
const ( // ViewMain represents the "main" view, containing all torrents ViewMain View = "main" // ViewStarted represents the "started" view, containing only torrents that have been started ViewStarted View = "started" // ViewStopped represents the "stopped" view, containing only torrents that have been stopped ViewStopped View = "stopped" // ViewHashing represents the "hashing" view, containing only torrents that are currently hashing ViewHashing View = "hashing" // ViewSeeding represents the "seeding" view, containing only torrents that are currently seeding ViewSeeding View = "seeding" )
Click to show internal directories.
Click to hide internal directories.