Documentation ¶ Index ¶ func New(enc encryption.StateEncryption) backend.Backend type Backend func (b *Backend) DeleteWorkspace(string, bool) error func (b *Backend) StateMgr(name string) (statemgr.Full, error) func (b *Backend) Workspaces() ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(enc encryption.StateEncryption) backend.Backend Types ¶ type Backend ¶ type Backend struct { *schema.Backend // contains filtered or unexported fields } func (*Backend) DeleteWorkspace ¶ func (b *Backend) DeleteWorkspace(string, bool) error func (*Backend) StateMgr ¶ func (b *Backend) StateMgr(name string) (statemgr.Full, error) func (*Backend) Workspaces ¶ func (b *Backend) Workspaces() ([]string, error) Source Files ¶ View all Source files backend.go client.go Click to show internal directories. Click to hide internal directories.