Documentation
¶
Index ¶
Constants ¶
View Source
const (
NoRunFound = "No applied run found"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storer ¶
type Storer interface {
Setup() error
Teardown() error
GetKey(string) ([]byte, error)
SaveKey(string, []byte) error
GetKeys(prefix string, separator string) ([]string, error)
Save(reader types.ReaderWriter, tree *types.Tree) error
Get(reader types.ReaderWriter, tree *types.Tree) error
GetVersion(reader types.ReaderWriter, tree *types.Tree, version string) error
GetVersions(reader types.ReaderWriter, tree *types.Tree) ([]string, error)
DeleteKeys(prefix string) error
Lock(key, s string) error
Unlock(key string) error
}
Click to show internal directories.
Click to hide internal directories.