Home
last modified time | relevance | path

Searched refs:DummyParticipantSource (Results 1 – 2 of 2) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/types/
H A Dtypes.go801 type DummyParticipantSource struct{} struct
803 var _ ParticipantSource = (*DummyParticipantSource)(nil)
805 func (d DummyParticipantSource) Get(ctx context.Context, uid gregor1.UID, convID chat1.Conversation… argument
809 func (d DummyParticipantSource) GetNonblock(ctx context.Context, uid gregor1.UID, argument
815 func (d DummyParticipantSource) GetWithNotifyNonblock(ctx context.Context, uid gregor1.UID, argument
818 func (d DummyParticipantSource) GetParticipantsFromUids( argument
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dsender_test.go327 g.ParticipantsSource = types.DummyParticipantSource{}