# Packages
No description provided by the author
# Constants
constants for indexable attributes.
constants for indexable attributes.
constants for indexable attributes.
constants for indexable attributes.
constants for indexable attributes.
constants for indexable attributes.
# Variables
ErrAttrNotIndexed is used to indicate that an attribute is not indexed.
ErrNotFoundInIndex is used to indicate missing entry in the index.
# Structs
IndexConfig - a configuration that includes a list of attributes that should be indexed.
# Interfaces
BlockStore - an interface for persisting and retrieving blocks An implementation of this interface is expected to take an argument of type `IndexConfig` which configures the block store on what items should be indexed.
BlockStoreProvider provides an handle to a BlockStore.
# Type aliases
IndexableAttr represents an indexable attribute.