Home
last modified time | relevance | path

Searched defs:DummyIndexer (Results 1 – 1 of 1) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/types/
H A Dtypes.go487 type DummyIndexer struct{} struct
491 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 …]