Documentation ¶ Index ¶ func GetStateID(project, id string) string type LockInfo func (l LockInfo) Equal(r LockInfo) bool type State Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetStateID ¶ func GetStateID(project, id string) string Types ¶ type LockInfo ¶ type LockInfo struct { ID string `json:"ID"` Path string `json:"Path"` Operation string `json:"Operation"` Who string `json:"Who"` Version string `json:"Version"` Created string `json:"Created"` Info string `json:"Info"` } func (LockInfo) Equal ¶ func (l LockInfo) Equal(r LockInfo) bool type State ¶ type State struct { ID string Data []byte Lock LockInfo Project string Name string } Source Files ¶ View all Source files terraform.go Click to show internal directories. Click to hide internal directories.