Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryDB ¶
type MemoryDB struct {
// contains filtered or unexported fields
}
MemoryDB is an in-memory implementation of the db.Database interface.
func (*MemoryDB) Get ¶
Get retrieves the value for the given key. If the key does not exist, returns ErrKeyNotFound.
Click to show internal directories.
Click to hide internal directories.