Searched refs:DummyParticipantSource (Results 1 – 2 of 2) sorted by relevance
801 type DummyParticipantSource struct{} struct803 var _ ParticipantSource = (*DummyParticipantSource)(nil)805 func (d DummyParticipantSource) Get(ctx context.Context, uid gregor1.UID, convID chat1.Conversation… argument809 func (d DummyParticipantSource) GetNonblock(ctx context.Context, uid gregor1.UID, argument815 func (d DummyParticipantSource) GetWithNotifyNonblock(ctx context.Context, uid gregor1.UID, argument818 func (d DummyParticipantSource) GetParticipantsFromUids( argument
327 g.ParticipantsSource = types.DummyParticipantSource{}