Home
last modified time | relevance | path

Searched refs:SyncAllProtVers (Results 1 – 4 of 4) 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.go531 type SyncAllProtVers int type
534 SyncAllProtVers_V0 SyncAllProtVers = 0
535 SyncAllProtVers_V1 SyncAllProtVers = 1
538 func (o SyncAllProtVers) DeepCopy() SyncAllProtVers { return o }
540 var SyncAllProtVersMap = map[string]SyncAllProtVers{
545 var SyncAllProtVersRevMap = map[SyncAllProtVers]string{
550 func (e SyncAllProtVers) String() string {
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dremote.go533 type SyncAllProtVers int type
536 SyncAllProtVers_V0 SyncAllProtVers = 0
537 SyncAllProtVers_V1 SyncAllProtVers = 1
540 func (o SyncAllProtVers) DeepCopy() SyncAllProtVers { return o }
542 var SyncAllProtVersMap = map[string]SyncAllProtVers{
547 var SyncAllProtVersRevMap = map[SyncAllProtVers]string{
552 func (e SyncAllProtVers) String() string {
1729 ProtVers SyncAllProtVers `codec:"protVers" json:"protVers"`
/dports/security/keybase/client-v5.7.1/protocol/avdl/chat1/
H A Dremote.avdl221 enum SyncAllProtVers {
244 …ken session, InboxVers inboxVers, gregor1.Time ctime, boolean fresh, SyncAllProtVers protVers, str…
/dports/security/keybase/client-v5.7.1/shared/constants/types/
H A Drpc-chat-gen.tsx1027 export enum SyncAllProtVers {