# Functions
Return a list of values from a list of KeyValues using an offset/limit bound and a match function.
DoUpdate provides a complete implementation of Interface.Update for a TxOperator.
View manages a read only transaction.
VersionEasyJSONDecode decodes and object that was encoded using VersionJSONEncode.
VersionJSONDecode decodes and object that was encoded using VersionJSONEncode.
VersionJSONEncode encodes an object as json wrapping it in a VersionWrapper struct.
# Structs
Bolt implementation of Store.
Indexed provides basic CRUD operations and maintains indexes.
VersionWrapper wraps a structure with a version so that changes to the structure can be properly decoded.
# Interfaces
Common interface for interacting with a simple Key/Value storage.
ReadOnlyTx provides an interface for performing read operations in a single transaction.
ReadOperator provides an interface for performing read operations.
StoreActioner exposes and interface for various actions that can be performed on a store.
Tx provides an interface for performing read and write storage operations in a single transaction.
WriteOperator provides an interface for performing write operations.