Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type Bucket struct { types.Metadata Name types.StringValue Objects []Object ACL types.StringValue ForceDestroy types.BoolValue Versioning Versioning }
func (*Bucket) GetMetadata ¶ added in v0.3.4
func (*Bucket) GetRawValue ¶ added in v0.3.4
func (b *Bucket) GetRawValue() interface{}
type Object ¶
type Object struct { types.Metadata ACL types.StringValue }
func (*Object) GetMetadata ¶ added in v0.3.24
func (*Object) GetRawValue ¶ added in v0.3.24
func (o *Object) GetRawValue() interface{}
type Spaces ¶
func (*Spaces) GetMetadata ¶ added in v0.3.24
func (*Spaces) GetRawValue ¶ added in v0.3.24
func (s *Spaces) GetRawValue() interface{}
type Versioning ¶
func (*Versioning) GetMetadata ¶ added in v0.3.24
func (v *Versioning) GetMetadata() *types.Metadata
func (*Versioning) GetRawValue ¶ added in v0.3.24
func (v *Versioning) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.