Documentation ¶
Index ¶
- func PlainAuth(password string) func(string, io.ReadWriter) (string, error)
- func Plan9Auth(user string, s io.ReadWriter) (string, error)
- type Client
- func (c *Client) Create(name string, perm os.FileMode) (*File, error)
- func (c *Client) Open(path string, mode proto.Mode) (*File, error)
- func (c *Client) Readdir(path string) ([]proto.Stat, error)
- func (c *Client) Remove(path string) error
- func (c *Client) Stat(path string) (*proto.Stat, error)
- func (c *Client) WStat(path string, stat *proto.Stat) error
- type Config
- type File
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.