Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Statuses = struct { Creating Status Active Status Updating Status Deleting Status }{ "creating", "active", "updating", "deleting", }
View Source
var Tables = struct { Logs Table Spans Table Events Table BizEvents Table }{ "logs", "spans", "events", "bizevents", }
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type Bucket struct { Name string `json:"bucketName"` // TODO Table Table `json:"table"` // TODO DisplayName string `json:"displayName"` // TODO Status *Status `json:"status,omitempty"` // TODO RetentionDays int `json:"retentionDays"` // TODO Version int `json:"version"` // TODO }
func (*Bucket) ForUpdate ¶
func (me *Bucket) ForUpdate() *BucketUpdate
func (*Bucket) MarshalHCL ¶
func (me *Bucket) MarshalHCL(properties hcl.Properties) error
type BucketUpdate ¶
Click to show internal directories.
Click to hide internal directories.