Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type Bucket struct {
// contains filtered or unexported fields
}
func (Bucket) ListObjects ¶
type BucketObject ¶
type BucketObject struct { Body io.ReadCloser ContentLength int64 ContentType string }
type BucketReaderWriter ¶
type BucketReaderWriter interface { ListObjects GetObject }
type GetObject ¶
type GetObject interface {
GetObject(key string) (BucketObject, error)
}
type ListObjects ¶
Click to show internal directories.
Click to hide internal directories.