Documentation ¶
Overview ¶
Package search provides a search interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Indexed ¶
type Indexed interface { // IndexID returns an ID used to identify the resource that is indexed IndexID() string // IndexFields should index the fields using the index function IndexFields(index Indexer) // IndexFields should index the Labels using the index function IndexLabels(index Indexer) }
Indexed must be implemented by resources that are indexed
Click to show internal directories.
Click to hide internal directories.