Documentation ¶
Overview ¶
Package client implements a basic appfs client.
Index ¶
- type Client
- func (c *Client) Create(path string, isdir bool) error
- func (c *Client) Mkfs() error
- func (c *Client) Read(path string) ([]byte, error)
- func (c *Client) ReadDir(path string) ([]*proto.FileInfo, error)
- func (c *Client) Stat(path string) (*proto.FileInfo, error)
- func (c *Client) Write(path string, data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.