Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dremote.go1722 type SyncAllArg struct { struct
1723 Uid gregor1.UID `codec:"uid" json:"uid"`
1724 DeviceID gregor1.DeviceID `codec:"deviceID" json:"deviceID"`
1725 Session gregor1.SessionToken `codec:"session" json:"session"`
1726 InboxVers InboxVers `codec:"inboxVers" json:"inboxVers"`
1727 Ctime gregor1.Time `codec:"ctime" json:"ctime"`
1728 Fresh bool `codec:"fresh" json:"fresh"`
1729 ProtVers SyncAllProtVers `codec:"protVers" json:"protVers"`
1730 HostName string `codec:"hostName" json:"hostName"`
1731 SummarizeMaxMsgs bool `codec:"summarizeMaxMsgs" json:"summarizeMaxMsgs"`
[all …]