Versions in this module Expand all Collapse all v0 v0.0.1 Mar 1, 2020 Changes in this version + type Client struct + Host string + Password string + User string + 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