Documentation ¶
Index ¶
- type Bucket
- type Client
- func (c *Client) BucketExists(ctx context.Context, bucket *Bucket) (bool, error)
- func (c *Client) Close()
- func (c *Client) Connect(ctx context.Context) error
- func (c *Client) DeleteBucket(ctx context.Context, bucketId string) error
- func (c *Client) DeleteOrganisation(ctx context.Context, orgId string) error
- func (c *Client) UpsertBucket(ctx context.Context, orgName string, bucketName string) (*Bucket, 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) BucketExists ¶
func (*Client) DeleteBucket ¶
func (*Client) DeleteOrganisation ¶
Click to show internal directories.
Click to hide internal directories.