package
0.0.0-20200831173846-e7ae2a8d3ee2
Repository: https://github.com/hewlettpackard/hpecli.git
Documentation: pkg.go.dev

# Functions

KeystoreLocation returns the file path to store the DB for individual users.
NewStore returns a handle to a store.
Open is what should generally be used to get access to the store.

# Constants

SKV is Simple Key Value store from: github.com/rapidloop/skv.

# Variables

ErrBadValue is returned when the value supplied to the Put method is nil.
ErrNotFound is returned when the key supplied to a Get or Delete method does not exist in the database.

# Interfaces

Store is the interface to store persistent data This allows for changing backend storage engines.

# Type aliases

StorageEngine defines the backend storage engine to be used This ostensibly allows different backends to be used.