Documentation ¶
Overview ¶
Package rainrpc provides a RPC client implementation for communicating with Rain session.
Index ¶
- type Client
- func (c *Client) AddTorrent(f io.Reader) (*rpctypes.Torrent, error)
- func (c *Client) AddURI(uri string) (*rpctypes.Torrent, error)
- func (c *Client) Close() error
- func (c *Client) GetSessionStats() (*rpctypes.SessionStats, error)
- func (c *Client) GetTorrentPeers(id string) ([]rpctypes.Peer, error)
- func (c *Client) GetTorrentStats(id string) (*rpctypes.Stats, error)
- func (c *Client) GetTorrentTrackers(id string) ([]rpctypes.Tracker, error)
- func (c *Client) ListTorrents() ([]rpctypes.Torrent, error)
- func (c *Client) RemoveTorrent(id string) error
- func (c *Client) ServerVersion() (string, error)
- func (c *Client) StartTorrent(id string) error
- func (c *Client) StopTorrent(id string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetSessionStats ¶ added in v0.3.0
func (c *Client) GetSessionStats() (*rpctypes.SessionStats, error)
func (*Client) GetTorrentPeers ¶
func (*Client) GetTorrentStats ¶
func (*Client) GetTorrentTrackers ¶
func (*Client) RemoveTorrent ¶
func (*Client) ServerVersion ¶ added in v0.2.0
func (*Client) StartTorrent ¶
func (*Client) StopTorrent ¶
Click to show internal directories.
Click to hide internal directories.