Documentation
¶
Index ¶
- type Client
- func (c *Client) CheckSession() (bool, error)
- func (c *Client) DownloadPlayShare(ps *PlayShare, w io.Writer) error
- func (c *Client) GetSession() (io.Reader, error)
- func (c *Client) ListPlayShare() ([]*PlayShare, error)
- func (c *Client) Login(username, password string) error
- func (c *Client) RestoreSession(r io.Reader) error
- type PlayShare
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client interact with aqb server
func (*Client) DownloadPlayShare ¶
DownloadPlayShare download PlayShare to writer
func (*Client) GetSession ¶
GetSession returns io.Reader that includes information to recovery session. Internally returns value of aqblog= cookie currently. That cookie is the only persistent cookie returned from server.
func (*Client) ListPlayShare ¶
ListPlayShare lists all playshare
Click to show internal directories.
Click to hide internal directories.