Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchFunc ¶
type BatchFunc func(fn func(PutFlusher) error) error
type DeleteFunc ¶
func (DeleteFunc) Delete ¶
func (f DeleteFunc) Delete(key []byte) error
type IsNotFoundFunc ¶
func (IsNotFoundFunc) IsNotFound ¶
func (f IsNotFoundFunc) IsNotFound(err error) bool
type IterateFunc ¶
type PutFlusher ¶
PutFlusher defines putter with Flush method.
type Range ¶
type Range struct { Start []byte // start of key range (included) Limit []byte // limit of key range (excluded) }
Range is the key range.
type SnapshotFunc ¶
Click to show internal directories.
Click to hide internal directories.