Documentation ¶Index ¶type Indexerfunc (i *Indexer) Close()func (i *Indexer) Init(_ context.Context) (bool, error)func (i *Indexer) Ping(_ context.Context) errorConstants ¶This section is empty.Variables ¶This section is empty.Functions ¶This section is empty.Types ¶type Indexer ¶ type Indexer struct{}Indexer represents a basic db indexer implementationfunc (*Indexer) Close ¶ func (i *Indexer) Close()Close closes the indexerfunc (*Indexer) Init ¶ func (i *Indexer) Init(_ context.Context) (bool, error)Init initializes the indexerfunc (*Indexer) Ping ¶ func (i *Indexer) Ping(_ context.Context) errorPing checks if the indexer is available Source Files ¶View all Source filesindexer.goClick to show internal directories.Click to hide internal directories.