Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotExists = errors.New("object does not exist in storage")
)
storage errors
Functions ¶
This section is empty.
Types ¶
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
Loader loads the DataStore from the storage
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
Storage is a filesystem abstraction storage for controller data
Click to show internal directories.
Click to hide internal directories.