Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
MakeDir(ctx context.Context, remotePath string) error
RemoveDir(ctx context.Context, remotePath string) error
UploadFile(ctx context.Context, remotePath string, localPath string) error
RemoveFile(ctx context.Context, remotePath string) error
Remove(ctx context.Context, remotePath string) error
}
Click to show internal directories.
Click to hide internal directories.