Home
last modified time | relevance | path

Searched refs:ResetParticipants (Results 1 – 5 of 5) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/types/
H A Dtypes.go99 ResetParticipants []string `codec:"r"` member
114 res.ResetParticipants = make([]string, len(m.ResetParticipants))
115 copy(res.ResetParticipants, m.ResetParticipants)
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/
H A Dchat_ui.go284 ResetParticipants []string `codec:"resetParticipants" json:"resetParticipants"` member
305 ResetParticipants: (func(x []string) []string {
315 })(o.ResetParticipants),
548ResetParticipants []string `codec:"resetParticipants" json:"resetParticipants… member
607 ResetParticipants: (func(x []string) []string {
617 })(o.ResetParticipants),
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dchat_ui.go286 ResetParticipants []string `codec:"resetParticipants" json:"resetParticipants"` member
307 ResetParticipants: (func(x []string) []string {
317 })(o.ResetParticipants),
550ResetParticipants []string `codec:"resetParticipants" json:"resetParticipants… member
609 ResetParticipants: (func(x []string) []string {
619 })(o.ResetParticipants),
/dports/security/keybase/client-v5.7.1/go/chat/utils/
H A Dutils.go2892 s.ResetUsers = i.ResetParticipants
/dports/security/keybase/client-v5.7.1/go/chat/storage/
H A Dinbox.go487 rcm.ResetParticipants = convLocal.Info.ResetNames