Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWS ¶
type AWS struct {
// contains filtered or unexported fields
}
AWS is a state provider type, leveraging S3 and DynamoDB
type GCP ¶
type GCP struct {
// contains filtered or unexported fields
}
GCP is a state provider type, leveraging GCS
type LockInfo ¶
type LockInfo struct { ID string Operation string Info string Who string Version string Created *time.Time Path string }
LockInfo stores information on a State Lock
type Provider ¶
type Provider interface { GetLocks() (map[string]LockInfo, error) GetVersions(string) ([]Version, error) GetStates() ([]string, error) GetState(string, string) (*statefile.File, error) }
Provider is an interface for supported state providers
Click to show internal directories.
Click to hide internal directories.