Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCmd ¶
func NewDeleteCmd ¶
func NewListCmd ¶
Types ¶
type Bucket ¶
type Bucket struct {
components.ObjectStorageData
}
Bucket wraps the SDK ObjectStorageData so it can be rendered by the shared renderer (table / -o json,yaml / --query).
func (*Bucket) GetData ¶
func (m *Bucket) GetData() []renderer.ResponseData
type Buckets ¶
type Buckets struct {
Data []*Bucket
}
Buckets is the renderable collection of object storage buckets.
func (*Buckets) GetData ¶
func (m *Buckets) GetData() []renderer.ResponseData
type CreateBucketOperation ¶
type CreateBucketOperation struct{}
type DeleteBucketOperation ¶
type DeleteBucketOperation struct{}
type GetBucketOperation ¶
type GetBucketOperation struct{}
type ListBucketsOperation ¶
type ListBucketsOperation struct{}
Click to show internal directories.
Click to hide internal directories.