Home
last modified time | relevance | path

Searched defs:KnownUserMention (Results 1 – 3 of 3) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/utils/
H A Dutils.go750 knownMentions []chat1.KnownUserMention,
786knownMentions []chat1.KnownUserMention, getConvMembs func() ([]string, error)) (atRes []chat1.Know…
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/
H A Dlocal.go137 type KnownUserMention struct { struct
138 Text string `codec:"text" json:"text"`
139 Uid gregor1.UID `codec:"uid" json:"uid"`
142 func (o KnownUserMention) DeepCopy() KnownUserMention {
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dlocal.go139 type KnownUserMention struct { struct
140 Text string `codec:"text" json:"text"`
141 Uid gregor1.UID `codec:"uid" json:"uid"`
144 func (o KnownUserMention) DeepCopy() KnownUserMention {