Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexSet ¶
type Table ¶
type TableManager ¶
type TableManager interface { Stop() AddIndex(tableName, userID string, index index.Index) error ForEach(tableName, userID string, callback index.ForEachIndexCallback) error }
func NewTableManager ¶
func NewTableManager(cfg Config, storageClient storage.Client) (TableManager, error)
Click to show internal directories.
Click to hide internal directories.