Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type Bucket interface { // Object returns a handle to an object specified by name. Object(name string) Object }
Bucket is an interface for an object storage bucket.
Click to show internal directories.
Click to hide internal directories.