Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketDriver ¶
type BucketDriver interface { // String returns a name for the driver implementation String() string // Start starts the bucket driver for usage Start() error // CreateBucket provisions a new bucket CreateBucket(name string) (string, error) // DeleteBucket deprovisions a bucket DeleteBucket(id string) error }
BucketDriver represents an method for interacting with various object storage backends
Click to show internal directories.
Click to hide internal directories.