Documentation ¶ Index ¶ type Client func NewClient(endpoint string) *Client func (c *Client) DownloadBucket(ctx context.Context, id bucket.ID, path string) error func (c *Client) DownloadFile(ctx context.Context, bucketID bucket.ID, file, path 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 NewClient ¶ func NewClient(endpoint string) *Client func (*Client) DownloadBucket ¶ added in v1.0.0 func (c *Client) DownloadBucket(ctx context.Context, id bucket.ID, path string) error func (*Client) DownloadFile ¶ added in v0.4.0 func (c *Client) DownloadFile(ctx context.Context, bucketID bucket.ID, file, path string) error Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.