Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIndexNameFromQuery ¶
GetIndexNameFromQuery gets the name of an index from a query.
func GetIndexValueFromItem ¶
GetIndexValueFromItem gets the index value from a key set and an item.
func GetIndexValueFromQuery ¶
GetIndexValueFromQuery get the value of an index by a query.
func KeyHasValue ¶
KeyHasValue checks if all the key fields in an item have a value.
Types ¶
type CursorOptions ¶
func NewCursorOptions ¶
func NewCursorOptions() *CursorOptions
func SingleItemCursor ¶
func SingleItemCursor() *CursorOptions
type IndexMetadata ¶ added in v0.3.3
IndexMetadata is used to describe an index
type Key ¶
type Key struct { Fields []string // contains filtered or unexported fields }
Key is a primary key or an indexing key, this can be a composite key as well []string
Click to show internal directories.
Click to hide internal directories.