Searched defs:DummyEphemeralTracker (Results 1 – 1 of 1) sorted by relevance
/dports/security/keybase/client-v5.7.1/go/chat/types/ |
H A D | types.go | 870 type DummyEphemeralTracker struct{} struct 874 func (d DummyEphemeralTracker) Start(ctx context.Context, uid gregor1.UID) {} 875 func (d DummyEphemeralTracker) Stop(ctx context.Context) chan struct{} { 880 …racker) GetAllPurgeInfo(ctx context.Context, uid gregor1.UID) ([]chat1.EphemeralPurgeInfo, error) { 883 … context.Context, uid gregor1.UID, convID chat1.ConversationID) (chat1.EphemeralPurgeInfo, error) { 886 …ker) InactivatePurgeInfo(ctx context.Context, convID chat1.ConversationID, uid gregor1.UID) error { 889 …Context, convID chat1.ConversationID, uid gregor1.UID, purgeInfo *chat1.EphemeralPurgeInfo) error { 892 …Context, convID chat1.ConversationID, uid gregor1.UID, purgeInfo *chat1.EphemeralPurgeInfo) error { 895 …yEphemeralTracker) Clear(ctx context.Context, convID chat1.ConversationID, uid gregor1.UID) error { 898 func (d DummyEphemeralTracker) OnDbNuke(mctx libkb.MetaContext) error { return nil } [all …]
|