Home
last modified time | relevance | path

Searched refs:AddDbNukeHook (Results 1 – 16 of 16) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/storage/
H A Dhooks.go7 g.ExternalG().AddDbNukeHook(inboxMemCache, "chat/storage/inbox")
10 g.ExternalG().AddDbNukeHook(outboxMemCache, "chat/storage/outbox")
13 g.ExternalG().AddDbNukeHook(readOutboxMemCache, "chat/storage/readoutbox")
16 g.ExternalG().AddDbNukeHook(reacjiMemCache, "chat/storage/reacjiMemCache")
19 g.ExternalG().AddDbNukeHook(blockEngineMemCache, "chat/storage/blockEngineMemCache")
/dports/security/keybase/client-v5.7.1/go/teambot/
H A Dinit.go12 mctx.G().AddDbNukeHook(botKeyer, "TeambotBotKeyer")
13 mctx.G().AddDbNukeHook(memberKeyer, "TeambotMember")
/dports/security/keybase/client-v5.7.1/go/ephemeral/
H A Dinit.go17 mctx.G().AddDbNukeHook(ekLib, "ekLib")
/dports/security/keybase/client-v5.7.1/go/avatars/
H A Dinterfaces.go33 g.AddDbNukeHook(s, fmt.Sprintf("AvatarLoader[%s]", typ))
/dports/security/keybase/client-v5.7.1/go/teams/
H A Dconflicts.go112 g.AddDbNukeHook(cache, "implicitTeamConflictInfoCache")
H A Dimplicit.go425 g.AddDbNukeHook(cache, "implicitTeamCache")
H A Daudit.go117 g.AddDbNukeHook(a, "team auditor")
H A Dbox_audit.go188 g.AddDbNukeHook(a, "boxAuditor")
H A Dftl.go67 g.AddDbNukeHook(l, "fastTeamLoader")
H A Dloader.go109 g.AddDbNukeHook(l, "teamLoader")
/dports/security/keybase/client-v5.7.1/go/service/
H A Dmain.go482 g.AddDbNukeHook(g.Indexer, "Indexer")
493 g.AddDbNukeHook(g.EphemeralTracker, "EphemeralTracker")
506 g.AddDbNukeHook(g.AttachmentUploader, "AttachmentUploader")
513 g.AddDbNukeHook(g.TeamChannelSource, "TeamChannelSource")
521 g.AddDbNukeHook(g.AttachmentURLSrv, "AttachmentURLSrv")
534 g.AddDbNukeHook(g.JourneyCardManager, "JourneyCardManager")
/dports/security/keybase/client-v5.7.1/go/kvstore/
H A Dcache.go35 g.AddDbNukeHook(kvr, "kvstore revision cache")
/dports/security/keybase/client-v5.7.1/go/teams/hidden/
H A Dmanager.go318 g.AddDbNukeHook(ret, "HiddenTeamChainManager")
/dports/security/keybase/client-v5.7.1/go/home/
H A Dhome.go50 g.AddDbNukeHook(home, "home")
/dports/security/keybase/client-v5.7.1/go/stellar/
H A Dglobal.go33 g.AddDbNukeHook(s, "stellar")
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dglobals.go1239 func (g *GlobalContext) AddDbNukeHook(hook DbNukeHook, name string) { func