Documentation ¶ Index ¶ type Client func (c *Client) Connect() (err error) func (c *Client) Info(uri string) (files android.Info, err error) func (c *Client) Reader(uri string, offset int64) (reader io.ReadCloser, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { id.Identity rpc.Conn } func (*Client) Connect ¶ func (c *Client) Connect() (err error) func (*Client) Info ¶ func (c *Client) Info(uri string) (files android.Info, err error) func (*Client) Reader ¶ func (c *Client) Reader(uri string, offset int64) (reader io.ReadCloser, err error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.