package
1.0.0
Repository: https://github.com/syndtr/goleveldb.git
Documentation: pkg.go.dev

# Functions

NewArrayIndexer returns an index iterator from the given array.
NewArrayIterator returns an iterator from the given array.
NewEmptyIterator creates an empty iterator.
NewIndexedIterator returns an 'indexed iterator'.
NewMergedIterator returns an iterator that merges its input.

# Variables

# Interfaces

Array is the interface that wraps BasicArray and basic Index method.
Array is the interface that wraps BasicArray and basic Get method.
BasicArray is the interface that wraps basic Len and Search method.
CommonIterator is the interface that wraps common iterator methods.
ErrorCallbackSetter is the interface that wraps basic SetErrorCallback method.
Iterator iterates over a DB's key/value pairs in key order.
IteratorIndexer is the interface that wraps CommonIterator and basic Get method.
IteratorSeeker is the interface that wraps the 'seeks method'.