package
0.6.2
Repository: https://github.com/tdx/rkv.git
Documentation: pkg.go.dev

# Functions

IsKeyNil checks if error is of type of keyNil .
IsNoKeyError checks if error is of type of noKeyError .
IsNoTableError checks if error is of type of noTableError .
IsTableNil check if error is of type of tableNil .

# Constants

Constants for operation type.
Constants for operation type.
Constants for operation type.
Constants for operation type.

# Variables

KeyNilError error.
TableNilError error.

# Structs

Apply describe apply call.
BatchEntry for batch update.
Entry
Entry describes entity in db.

# Interfaces

Applier allows apply functions in raft cluster This interface implements DB which supports apply call.
Backend is the interface required for a phisical backend.
Backuper interface to backup backend.
Closer ...
Restorer interface to restore backend from reader.
Storer interface to operate with data.

# Type aliases

ApplyFunc is a data handler func type See db/bolt|gmap/apply_test.go how to use.
No description provided by the author
No description provided by the author
Operation type.