Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Snapshot ¶ added in v0.1.2
type Snapshot struct {
// contains filtered or unexported fields
}
Snapshot is a DB snapshot.
func (*Snapshot) Get ¶ added in v0.1.2
Get retrieves the given key if it's present in the key-value data store.
func (*Snapshot) Has ¶ added in v0.1.2
Has retrieves if a key is present in the key-value data store.
func (*Snapshot) NewIterator ¶ added in v0.1.2
NewIterator creates a binary-alphabetical iterator over a subset of database content with a particular key prefix, starting at a particular initial key (or after, if it does not exist).
Click to show internal directories.
Click to hide internal directories.