Home
last modified time | relevance | path

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

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/
H A Dremote.go519 type SyncChatRes struct { struct
520 CacheVers ServerCacheVers `codec:"cacheVers" json:"cacheVers"`
521 InboxRes SyncInboxRes `codec:"inboxRes" json:"inboxRes"`
524 func (o SyncChatRes) DeepCopy() SyncChatRes {
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dremote.go521 type SyncChatRes struct { struct
522 CacheVers ServerCacheVers `codec:"cacheVers" json:"cacheVers"`
523 InboxRes SyncInboxRes `codec:"inboxRes" json:"inboxRes"`
526 func (o SyncChatRes) DeepCopy() SyncChatRes {
/dports/security/keybase/client-v5.7.1/go/chat/types/
H A Dinterfaces.go242 syncRes *chat1.SyncChatRes) error
245 syncRes *chat1.SyncChatRes) error