Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchFunc ¶ added in v1.3.0
type BatchFunc func(fn func(PutFlusher) error) error
type DeleteFunc ¶ added in v1.3.0
func (DeleteFunc) Delete ¶ added in v1.3.0
func (f DeleteFunc) Delete(key []byte) error
type IsNotFoundFunc ¶ added in v1.3.0
func (IsNotFoundFunc) IsNotFound ¶ added in v1.3.0
func (f IsNotFoundFunc) IsNotFound(err error) bool
type IterateFunc ¶ added in v1.3.0
type PutFlusher ¶ added in v1.3.0
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 ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.