Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ErrKeyDoesNotExist is returned when a key does not exist within the map ErrKeyDoesNotExist = errors.Error("key does not exist") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapDB ¶
type MapDB struct {
// contains filtered or unexported fields
}
MapDB is a simple map database
Click to show internal directories.
Click to hide internal directories.