Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Indexer ¶
type Indexer interface { Load(path string, maxkeySize uint32) (art.Tree, bool, error) Save(t art.Tree, path string) error }
Indexer is an interface for loading and saving the index (an Adaptive Radix Tree)
Click to show internal directories.
Click to hide internal directories.