Versions in this module Expand all Collapse all v1 v1.4.0 Mar 10, 2023 Changes in this version + func New() backend.Backend + func Reset() + type Backend struct + func (b *Backend) DeleteWorkspace(name string, _ bool) error + func (b *Backend) StateMgr(name string) (statemgr.Full, error) + func (b *Backend) Workspaces() ([]string, error) + type RemoteClient struct + Data []byte + MD5 []byte + Name string + func (c *RemoteClient) Delete() error + func (c *RemoteClient) Get() (*remote.Payload, error) + func (c *RemoteClient) Lock(info *statemgr.LockInfo) (string, error) + func (c *RemoteClient) Put(data []byte) error + func (c *RemoteClient) Unlock(id string) error