# Functions
NewListIndex loads a ListIndex.
NewOptions creates initialized Options.
NewUniqueIndex loads a UniqueIndex.
# Variables
ErrAlreadyExists is returned uses when trying to set an existing value on a field that has a unique index.
ErrNilParam is returned when the specified param is expected to be not nil.
ErrNotFound is returned when the specified record is not saved in the bucket.
# Structs
ListIndex is an index that references values and the corresponding IDs.
Options are used to customize queries.
UniqueIndex is an index that references unique values and the corresponding ID.
# Interfaces
Index interface.