Searched defs:DummyIndexer (Results 1 – 1 of 1) sorted by relevance
487 type DummyIndexer struct{} struct491 func (d DummyIndexer) Start(ctx context.Context, uid gregor1.UID) {}492 func (d DummyIndexer) Stop(ctx context.Context) chan struct{} {497 func (d DummyIndexer) Suspend(ctx context.Context) bool {500 func (d DummyIndexer) Resume(ctx context.Context) bool {503 func (d DummyIndexer) Search(ctx context.Context, query, origQuery string,519 func (d DummyIndexer) IsBackgroundActive() bool { return false }520 func (d DummyIndexer) ClearCache() {}521 func (d DummyIndexer) OnLogout(mctx libkb.MetaContext) error {524 func (d DummyIndexer) OnDbNuke(mctx libkb.MetaContext) error {[all …]