Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backup ¶ added in v0.14.0
type Backup struct { Name string `header:"name" json:"name"` State string `header:"state" json:"state"` Size int64 `header:"size" json:"size"` CreatedAt int64 `header:"created_at,timestamp(ms|utc|human)" json:"created_at"` UpdatedAt int64 `header:"updated_at,timestamp(ms|utc|human)" json:"updated_at"` StartedAt int64 `header:"started_at,timestamp(ms|utc|human)" json:"started_at"` ExpiresAt int64 `header:"expires_at,timestamp(ms|utc|human)" json:"expires_at"` CompletedAt int64 `header:"completed_at,timestamp(ms|utc|human)" json:"completed_at"` // contains filtered or unexported fields }
func (*Backup) MarshalJSON ¶ added in v0.14.0
Click to show internal directories.
Click to hide internal directories.