terraform

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2024 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL