Documentation
¶
Index ¶
- type Client
- func (c *Client) MakeDir(ctx context.Context, remotePath string) error
- func (c *Client) Remove(ctx context.Context, remotePath string) error
- func (c *Client) RemoveDir(ctx context.Context, remotePath string) error
- func (c *Client) RemoveFile(ctx context.Context, remotePath string) error
- func (c *Client) UploadFile(ctx context.Context, remotePath string, localPath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) RemoveFile ¶
Click to show internal directories.
Click to hide internal directories.