Documentation
¶
Index ¶
- type Client
- func (_m *Client) Close() error
- func (_m *Client) DownloadFile(ctx context.Context, bucketID string, sourcePath string, targetPath string) error
- func (_m *Client) ListFiles(ctx context.Context, bucketID string) ([]string, error)
- func (_m *Client) UploadFile(ctx context.Context, bucketID string, sourcePath string, targetPath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func (*Client) DownloadFile ¶
func (_m *Client) DownloadFile(ctx context.Context, bucketID string, sourcePath string, targetPath string) error
DownloadFile provides a mock function with given fields: bucketID, sourcePath, targetPath
Click to show internal directories.
Click to hide internal directories.