Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rtorrent ¶
func (*Rtorrent) Install ¶
func (self *Rtorrent) Install(opts *RtorrentOpts) error
func (*Rtorrent) RegisterRPC ¶
type RtorrentInstallRes ¶
type RtorrentInstallRes struct { Message string `json:"message"` Error bool `json:"error"` Opts *RtorrentOpts `json:"options"` }
type RtorrentOpts ¶
type RtorrentRPC ¶
func (*RtorrentRPC) Install ¶
func (self *RtorrentRPC) Install(opts *RtorrentOpts, job *jobs.Job) error
func (*RtorrentRPC) Reinstall ¶
func (self *RtorrentRPC) Reinstall(opts *RtorrentOpts, job *jobs.Job) error
Click to show internal directories.
Click to hide internal directories.