Home
last modified time | relevance | path

Searched defs:SyncInboxRes (Results 1 – 2 of 2) 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.go461 type SyncInboxRes struct { struct
462 Typ__ SyncInboxResType `codec:"typ" json:"typ"`
463 Incremental__ *SyncIncrementalRes `codec:"incremental,omitempty" json:"incremental,omitempty"`
466 func (o *SyncInboxRes) Typ() (ret SyncInboxResType, err error) {
477 func (o SyncInboxRes) Incremental() (res SyncIncrementalRes) {
506 func (o SyncInboxRes) DeepCopy() SyncInboxRes {
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dremote.go463 type SyncInboxRes struct { struct
464 Typ__ SyncInboxResType `codec:"typ" json:"typ"`
465 Incremental__ *SyncIncrementalRes `codec:"incremental,omitempty" json:"incremental,omitempty"`
468 func (o *SyncInboxRes) Typ() (ret SyncInboxResType, err error) {
479 func (o SyncInboxRes) Incremental() (res SyncIncrementalRes) {
508 func (o SyncInboxRes) DeepCopy() SyncInboxRes {