Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store uses LevelDB to store values.
func NewStateStore ¶
NewStateStore creates a new persistent state storage.
func (*Store) Get ¶
Get retrieves a value of the requested key. If no results are found, storage.ErrNotFound will be returned.
Click to show internal directories.
Click to hide internal directories.