package
0.0.0-20231118203938-b0c7fd69f4c7
Repository: https://github.com/maxpoletaev/kivi.git
Documentation: pkg.go.dev
# Functions
AppendVersion appends a new version to the list of versions.
No description provided by the author
# Variables
ErrNoMoreItems is returned when there are no more items in the iterator.
ErrNotFound is returned when a key is not found in the storage.
ErrObsolete is returned when a write operation is performed on a key that already has a newer version.
# Interfaces
Engine is the interface that wraps the basic storage operations.
ScanIterator is the interface for iterating over the key-value pairs in the storage, in lexicographical order.
Scannable is a storage that supports range scans.