Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketClient ¶
type BucketClient struct {
*storage.BucketHandle
}
BucketClient implements Client interface
type Client ¶
type Client interface {
Attrs(context.Context) (*storage.BucketAttrs, error)
Create(context.Context, string, *storage.BucketAttrs) error
Update(context.Context, storage.BucketAttrsToUpdate) (*storage.BucketAttrs, error)
Delete(context.Context) error
}
Client bucket resource operations interface
Click to show internal directories.
Click to hide internal directories.