Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorStorageLocked = errors.New("storage locked")
)
Functions ¶
This section is empty.
Types ¶
type Lifecycle ¶
type Lifecycle interface {
Storage
// Open KVS storage. Returns ErrorStorageLocked if the storage
// used by the another process.
Open(path string) error
// Update logger
SetLogger(logger esl.Logger)
// KVS path
Path() string
// Delete this KVS
Delete() error
}
Storage with lifecycle control
Click to show internal directories.
Click to hide internal directories.