Update AVDL compiled types
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/account.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/account.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/airdrop.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/airdrop.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/apiserver.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/apiserver.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/appstate.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/appstate.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/audit.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/audit.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/avatars.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/avatars.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/backend_common.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/backend_common.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/badger.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/badger.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/block.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/block.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/bot.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/bot.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/btc.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/btc.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/common.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/common.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1074,8 +1074,9 @@ func (e OfflineAvailability) String() string {
|
||||
}
|
||||
|
||||
type UserReacji struct {
|
||||
Name string `codec:"name" json:"name"`
|
||||
CustomAddr *string `codec:"customAddr,omitempty" json:"customAddr,omitempty"`
|
||||
Name string `codec:"name" json:"name"`
|
||||
CustomAddr *string `codec:"customAddr,omitempty" json:"customAddr,omitempty"`
|
||||
CustomAddrNoAnim *string `codec:"customAddrNoAnim,omitempty" json:"customAddrNoAnim,omitempty"`
|
||||
}
|
||||
|
||||
func (o UserReacji) DeepCopy() UserReacji {
|
||||
@ -1088,13 +1089,52 @@ func (o UserReacji) DeepCopy() UserReacji {
|
||||
tmp := (*x)
|
||||
return &tmp
|
||||
})(o.CustomAddr),
|
||||
CustomAddrNoAnim: (func(x *string) *string {
|
||||
if x == nil {
|
||||
return nil
|
||||
}
|
||||
tmp := (*x)
|
||||
return &tmp
|
||||
})(o.CustomAddrNoAnim),
|
||||
}
|
||||
}
|
||||
|
||||
type ReacjiSkinTone int
|
||||
|
||||
func (o ReacjiSkinTone) DeepCopy() ReacjiSkinTone {
|
||||
return o
|
||||
const (
|
||||
ReacjiSkinTone_NONE ReacjiSkinTone = 0
|
||||
ReacjiSkinTone_SKINTONE1 ReacjiSkinTone = 1
|
||||
ReacjiSkinTone_SKINTONE2 ReacjiSkinTone = 2
|
||||
ReacjiSkinTone_SKINTONE3 ReacjiSkinTone = 3
|
||||
ReacjiSkinTone_SKINTONE4 ReacjiSkinTone = 4
|
||||
ReacjiSkinTone_SKINTONE5 ReacjiSkinTone = 5
|
||||
)
|
||||
|
||||
func (o ReacjiSkinTone) DeepCopy() ReacjiSkinTone { return o }
|
||||
|
||||
var ReacjiSkinToneMap = map[string]ReacjiSkinTone{
|
||||
"NONE": 0,
|
||||
"SKINTONE1": 1,
|
||||
"SKINTONE2": 2,
|
||||
"SKINTONE3": 3,
|
||||
"SKINTONE4": 4,
|
||||
"SKINTONE5": 5,
|
||||
}
|
||||
|
||||
var ReacjiSkinToneRevMap = map[ReacjiSkinTone]string{
|
||||
0: "NONE",
|
||||
1: "SKINTONE1",
|
||||
2: "SKINTONE2",
|
||||
3: "SKINTONE3",
|
||||
4: "SKINTONE4",
|
||||
5: "SKINTONE5",
|
||||
}
|
||||
|
||||
func (e ReacjiSkinTone) String() string {
|
||||
if v, ok := ReacjiSkinToneRevMap[e]; ok {
|
||||
return v
|
||||
}
|
||||
return fmt.Sprintf("%v", int(e))
|
||||
}
|
||||
|
||||
type UserReacjis struct {
|
||||
@ -1153,13 +1193,3 @@ func (e WotStatusType) String() string {
|
||||
}
|
||||
return fmt.Sprintf("%v", int(e))
|
||||
}
|
||||
|
||||
type GenericError struct {
|
||||
Message string `codec:"message" json:"message"`
|
||||
}
|
||||
|
||||
func (o GenericError) DeepCopy() GenericError {
|
||||
return GenericError{
|
||||
Message: o.Message,
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/config.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/config.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/constants.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/constants.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/contacts.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/contacts.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/crypto.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/crypto.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/cryptocurrency.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/cryptocurrency.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/ctl.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/ctl.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/debugging.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/debugging.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/delegate_ui_ctl.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/delegate_ui_ctl.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/device.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/device.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/emails.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/emails.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/ephemeral.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/ephemeral.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/favorite.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/favorite.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/featured_bot.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/featured_bot.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/fs.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/fs.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/git.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/git.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/gpg_common.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/gpg_common.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/gpg_ui.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/gpg_ui.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/gregor.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/gregor.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/gregor_ui.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/gregor_ui.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/home.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/home.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -298,19 +298,19 @@ const (
|
||||
HomeScreenTodoType_PROOF HomeScreenTodoType = 2
|
||||
HomeScreenTodoType_DEVICE HomeScreenTodoType = 3
|
||||
HomeScreenTodoType_FOLLOW HomeScreenTodoType = 4
|
||||
HomeScreenTodoType_CHAT HomeScreenTodoType = 5
|
||||
HomeScreenTodoType_PAPERKEY HomeScreenTodoType = 6
|
||||
HomeScreenTodoType_TEAM HomeScreenTodoType = 7
|
||||
HomeScreenTodoType_FOLDER HomeScreenTodoType = 8
|
||||
HomeScreenTodoType_GIT_REPO HomeScreenTodoType = 9
|
||||
HomeScreenTodoType_TEAM_SHOWCASE HomeScreenTodoType = 10
|
||||
HomeScreenTodoType_AVATAR_USER HomeScreenTodoType = 11
|
||||
HomeScreenTodoType_AVATAR_TEAM HomeScreenTodoType = 12
|
||||
HomeScreenTodoType_ADD_PHONE_NUMBER HomeScreenTodoType = 18
|
||||
HomeScreenTodoType_VERIFY_ALL_PHONE_NUMBER HomeScreenTodoType = 19
|
||||
HomeScreenTodoType_VERIFY_ALL_EMAIL HomeScreenTodoType = 20
|
||||
HomeScreenTodoType_LEGACY_EMAIL_VISIBILITY HomeScreenTodoType = 21
|
||||
HomeScreenTodoType_ADD_EMAIL HomeScreenTodoType = 22
|
||||
HomeScreenTodoType_AVATAR_USER HomeScreenTodoType = 23
|
||||
HomeScreenTodoType_CHAT HomeScreenTodoType = 24
|
||||
HomeScreenTodoType_ANNONCEMENT_PLACEHOLDER HomeScreenTodoType = 10000
|
||||
)
|
||||
|
||||
@ -322,19 +322,19 @@ var HomeScreenTodoTypeMap = map[string]HomeScreenTodoType{
|
||||
"PROOF": 2,
|
||||
"DEVICE": 3,
|
||||
"FOLLOW": 4,
|
||||
"CHAT": 5,
|
||||
"PAPERKEY": 6,
|
||||
"TEAM": 7,
|
||||
"FOLDER": 8,
|
||||
"GIT_REPO": 9,
|
||||
"TEAM_SHOWCASE": 10,
|
||||
"AVATAR_USER": 11,
|
||||
"AVATAR_TEAM": 12,
|
||||
"ADD_PHONE_NUMBER": 18,
|
||||
"VERIFY_ALL_PHONE_NUMBER": 19,
|
||||
"VERIFY_ALL_EMAIL": 20,
|
||||
"LEGACY_EMAIL_VISIBILITY": 21,
|
||||
"ADD_EMAIL": 22,
|
||||
"AVATAR_USER": 23,
|
||||
"CHAT": 24,
|
||||
"ANNONCEMENT_PLACEHOLDER": 10000,
|
||||
}
|
||||
|
||||
@ -344,19 +344,19 @@ var HomeScreenTodoTypeRevMap = map[HomeScreenTodoType]string{
|
||||
2: "PROOF",
|
||||
3: "DEVICE",
|
||||
4: "FOLLOW",
|
||||
5: "CHAT",
|
||||
6: "PAPERKEY",
|
||||
7: "TEAM",
|
||||
8: "FOLDER",
|
||||
9: "GIT_REPO",
|
||||
10: "TEAM_SHOWCASE",
|
||||
11: "AVATAR_USER",
|
||||
12: "AVATAR_TEAM",
|
||||
18: "ADD_PHONE_NUMBER",
|
||||
19: "VERIFY_ALL_PHONE_NUMBER",
|
||||
20: "VERIFY_ALL_EMAIL",
|
||||
21: "LEGACY_EMAIL_VISIBILITY",
|
||||
22: "ADD_EMAIL",
|
||||
23: "AVATAR_USER",
|
||||
24: "CHAT",
|
||||
10000: "ANNONCEMENT_PLACEHOLDER",
|
||||
}
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/home_ui.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/home_ui.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/identify.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/identify.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/identify3.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/identify3.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/identify3_common.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/identify3_common.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/identify3_ui.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/identify3_ui.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/identify_common.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/identify_common.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/identify_ui.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/identify_ui.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/implicit_team_migration.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/implicit_team_migration.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/incoming-share.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/incoming-share.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -41,8 +41,8 @@ func (e IncomingShareType) String() string {
|
||||
|
||||
type IncomingShareItem struct {
|
||||
Type IncomingShareType `codec:"type" json:"type"`
|
||||
OriginalPath string `codec:"originalPath" json:"originalPath"`
|
||||
OriginalSize int `codec:"originalSize" json:"originalSize"`
|
||||
OriginalPath *string `codec:"originalPath,omitempty" json:"originalPath,omitempty"`
|
||||
OriginalSize *int `codec:"originalSize,omitempty" json:"originalSize,omitempty"`
|
||||
ScaledPath *string `codec:"scaledPath,omitempty" json:"scaledPath,omitempty"`
|
||||
ScaledSize *int `codec:"scaledSize,omitempty" json:"scaledSize,omitempty"`
|
||||
ThumbnailPath *string `codec:"thumbnailPath,omitempty" json:"thumbnailPath,omitempty"`
|
||||
@ -51,9 +51,21 @@ type IncomingShareItem struct {
|
||||
|
||||
func (o IncomingShareItem) DeepCopy() IncomingShareItem {
|
||||
return IncomingShareItem{
|
||||
Type: o.Type.DeepCopy(),
|
||||
OriginalPath: o.OriginalPath,
|
||||
OriginalSize: o.OriginalSize,
|
||||
Type: o.Type.DeepCopy(),
|
||||
OriginalPath: (func(x *string) *string {
|
||||
if x == nil {
|
||||
return nil
|
||||
}
|
||||
tmp := (*x)
|
||||
return &tmp
|
||||
})(o.OriginalPath),
|
||||
OriginalSize: (func(x *int) *int {
|
||||
if x == nil {
|
||||
return nil
|
||||
}
|
||||
tmp := (*x)
|
||||
return &tmp
|
||||
})(o.OriginalSize),
|
||||
ScaledPath: (func(x *string) *string {
|
||||
if x == nil {
|
||||
return nil
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/install.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/install.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/invite_friends.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/invite_friends.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -8,6 +8,7 @@ type InviteCounts struct {
|
||||
PercentageChange float64 `codec:"percentageChange" json:"percentageChange"`
|
||||
ShowNumInvites bool `codec:"showNumInvites" json:"showNumInvites"`
|
||||
ShowFire bool `codec:"showFire" json:"showFire"`
|
||||
TooltipMarkdown string `codec:"tooltipMarkdown" json:"tooltipMarkdown"`
|
||||
}
|
||||
|
||||
func (o InviteCounts) DeepCopy() InviteCounts {
|
||||
@ -16,6 +17,7 @@ func (o InviteCounts) DeepCopy() InviteCounts {
|
||||
PercentageChange: o.PercentageChange,
|
||||
ShowNumInvites: o.ShowNumInvites,
|
||||
ShowFire: o.ShowFire,
|
||||
TooltipMarkdown: o.TooltipMarkdown,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/kbfs.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/kbfs.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/kbfs_common.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/kbfs_common.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/kbfs_git.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/kbfs_git.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/kbfsmount.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/kbfsmount.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/kex2provisionee.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/kex2provisionee.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/kex2provisionee2.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/kex2provisionee2.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/kex2provisioner.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/kex2provisioner.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/kvstore.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/kvstore.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/log.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/log.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/log_ui.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/log_ui.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/login.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/login.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/login_ui.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/login_ui.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/logsend.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/logsend.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/merkle.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/merkle.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/merkle_store.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/merkle_store.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/metadata.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/metadata.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/metadata_update.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/metadata_update.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/network_stats.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/network_stats.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_app.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_app.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_audit.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_audit.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_badges.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_badges.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_can_user_perform.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_can_user_perform.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,74 +1,76 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_ctl.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_ctl.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
type NotificationChannels struct {
|
||||
Session bool `codec:"session" json:"session"`
|
||||
Users bool `codec:"users" json:"users"`
|
||||
Kbfs bool `codec:"kbfs" json:"kbfs"`
|
||||
Kbfsdesktop bool `codec:"kbfsdesktop" json:"kbfsdesktop"`
|
||||
Kbfslegacy bool `codec:"kbfslegacy" json:"kbfslegacy"`
|
||||
Kbfssubscription bool `codec:"kbfssubscription" json:"kbfssubscription"`
|
||||
Tracking bool `codec:"tracking" json:"tracking"`
|
||||
Favorites bool `codec:"favorites" json:"favorites"`
|
||||
Paperkeys bool `codec:"paperkeys" json:"paperkeys"`
|
||||
Keyfamily bool `codec:"keyfamily" json:"keyfamily"`
|
||||
Service bool `codec:"service" json:"service"`
|
||||
App bool `codec:"app" json:"app"`
|
||||
Chat bool `codec:"chat" json:"chat"`
|
||||
PGP bool `codec:"pgp" json:"pgp"`
|
||||
Kbfsrequest bool `codec:"kbfsrequest" json:"kbfsrequest"`
|
||||
Badges bool `codec:"badges" json:"badges"`
|
||||
Reachability bool `codec:"reachability" json:"reachability"`
|
||||
Team bool `codec:"team" json:"team"`
|
||||
Ephemeral bool `codec:"ephemeral" json:"ephemeral"`
|
||||
Teambot bool `codec:"teambot" json:"teambot"`
|
||||
Chatkbfsedits bool `codec:"chatkbfsedits" json:"chatkbfsedits"`
|
||||
Chatdev bool `codec:"chatdev" json:"chatdev"`
|
||||
Chatemoji bool `codec:"chatemoji" json:"chatemoji"`
|
||||
Chatemojicross bool `codec:"chatemojicross" json:"chatemojicross"`
|
||||
Deviceclone bool `codec:"deviceclone" json:"deviceclone"`
|
||||
Chatattachments bool `codec:"chatattachments" json:"chatattachments"`
|
||||
Wallet bool `codec:"wallet" json:"wallet"`
|
||||
Audit bool `codec:"audit" json:"audit"`
|
||||
Runtimestats bool `codec:"runtimestats" json:"runtimestats"`
|
||||
FeaturedBots bool `codec:"featuredBots" json:"featuredBots"`
|
||||
Saltpack bool `codec:"saltpack" json:"saltpack"`
|
||||
Session bool `codec:"session" json:"session"`
|
||||
Users bool `codec:"users" json:"users"`
|
||||
Kbfs bool `codec:"kbfs" json:"kbfs"`
|
||||
Kbfsdesktop bool `codec:"kbfsdesktop" json:"kbfsdesktop"`
|
||||
Kbfslegacy bool `codec:"kbfslegacy" json:"kbfslegacy"`
|
||||
Kbfssubscription bool `codec:"kbfssubscription" json:"kbfssubscription"`
|
||||
Tracking bool `codec:"tracking" json:"tracking"`
|
||||
Favorites bool `codec:"favorites" json:"favorites"`
|
||||
Paperkeys bool `codec:"paperkeys" json:"paperkeys"`
|
||||
Keyfamily bool `codec:"keyfamily" json:"keyfamily"`
|
||||
Service bool `codec:"service" json:"service"`
|
||||
App bool `codec:"app" json:"app"`
|
||||
Chat bool `codec:"chat" json:"chat"`
|
||||
PGP bool `codec:"pgp" json:"pgp"`
|
||||
Kbfsrequest bool `codec:"kbfsrequest" json:"kbfsrequest"`
|
||||
Badges bool `codec:"badges" json:"badges"`
|
||||
Reachability bool `codec:"reachability" json:"reachability"`
|
||||
Team bool `codec:"team" json:"team"`
|
||||
Ephemeral bool `codec:"ephemeral" json:"ephemeral"`
|
||||
Teambot bool `codec:"teambot" json:"teambot"`
|
||||
Chatkbfsedits bool `codec:"chatkbfsedits" json:"chatkbfsedits"`
|
||||
Chatdev bool `codec:"chatdev" json:"chatdev"`
|
||||
Chatemoji bool `codec:"chatemoji" json:"chatemoji"`
|
||||
Chatemojicross bool `codec:"chatemojicross" json:"chatemojicross"`
|
||||
Deviceclone bool `codec:"deviceclone" json:"deviceclone"`
|
||||
Chatattachments bool `codec:"chatattachments" json:"chatattachments"`
|
||||
Wallet bool `codec:"wallet" json:"wallet"`
|
||||
Audit bool `codec:"audit" json:"audit"`
|
||||
Runtimestats bool `codec:"runtimestats" json:"runtimestats"`
|
||||
FeaturedBots bool `codec:"featuredBots" json:"featuredBots"`
|
||||
Saltpack bool `codec:"saltpack" json:"saltpack"`
|
||||
AllowChatNotifySkips bool `codec:"allowChatNotifySkips" json:"allowChatNotifySkips"`
|
||||
}
|
||||
|
||||
func (o NotificationChannels) DeepCopy() NotificationChannels {
|
||||
return NotificationChannels{
|
||||
Session: o.Session,
|
||||
Users: o.Users,
|
||||
Kbfs: o.Kbfs,
|
||||
Kbfsdesktop: o.Kbfsdesktop,
|
||||
Kbfslegacy: o.Kbfslegacy,
|
||||
Kbfssubscription: o.Kbfssubscription,
|
||||
Tracking: o.Tracking,
|
||||
Favorites: o.Favorites,
|
||||
Paperkeys: o.Paperkeys,
|
||||
Keyfamily: o.Keyfamily,
|
||||
Service: o.Service,
|
||||
App: o.App,
|
||||
Chat: o.Chat,
|
||||
PGP: o.PGP,
|
||||
Kbfsrequest: o.Kbfsrequest,
|
||||
Badges: o.Badges,
|
||||
Reachability: o.Reachability,
|
||||
Team: o.Team,
|
||||
Ephemeral: o.Ephemeral,
|
||||
Teambot: o.Teambot,
|
||||
Chatkbfsedits: o.Chatkbfsedits,
|
||||
Chatdev: o.Chatdev,
|
||||
Chatemoji: o.Chatemoji,
|
||||
Chatemojicross: o.Chatemojicross,
|
||||
Deviceclone: o.Deviceclone,
|
||||
Chatattachments: o.Chatattachments,
|
||||
Wallet: o.Wallet,
|
||||
Audit: o.Audit,
|
||||
Runtimestats: o.Runtimestats,
|
||||
FeaturedBots: o.FeaturedBots,
|
||||
Saltpack: o.Saltpack,
|
||||
Session: o.Session,
|
||||
Users: o.Users,
|
||||
Kbfs: o.Kbfs,
|
||||
Kbfsdesktop: o.Kbfsdesktop,
|
||||
Kbfslegacy: o.Kbfslegacy,
|
||||
Kbfssubscription: o.Kbfssubscription,
|
||||
Tracking: o.Tracking,
|
||||
Favorites: o.Favorites,
|
||||
Paperkeys: o.Paperkeys,
|
||||
Keyfamily: o.Keyfamily,
|
||||
Service: o.Service,
|
||||
App: o.App,
|
||||
Chat: o.Chat,
|
||||
PGP: o.PGP,
|
||||
Kbfsrequest: o.Kbfsrequest,
|
||||
Badges: o.Badges,
|
||||
Reachability: o.Reachability,
|
||||
Team: o.Team,
|
||||
Ephemeral: o.Ephemeral,
|
||||
Teambot: o.Teambot,
|
||||
Chatkbfsedits: o.Chatkbfsedits,
|
||||
Chatdev: o.Chatdev,
|
||||
Chatemoji: o.Chatemoji,
|
||||
Chatemojicross: o.Chatemojicross,
|
||||
Deviceclone: o.Deviceclone,
|
||||
Chatattachments: o.Chatattachments,
|
||||
Wallet: o.Wallet,
|
||||
Audit: o.Audit,
|
||||
Runtimestats: o.Runtimestats,
|
||||
FeaturedBots: o.FeaturedBots,
|
||||
Saltpack: o.Saltpack,
|
||||
AllowChatNotifySkips: o.AllowChatNotifySkips,
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_device_clone.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_device_clone.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_email.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_email.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_ephemeral.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_ephemeral.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_favorites.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_favorites.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_featuredbots.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_featuredbots.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_fs.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_fs.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_fs_request.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_fs_request.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_invite_friends.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_invite_friends.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_keyfamily.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_keyfamily.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_paperkey.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_paperkey.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_pgp.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_pgp.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_phone.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_phone.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_runtimestats.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_runtimestats.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_saltpack.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_saltpack.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_service.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_service.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_session.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_session.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_team.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_team.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_teambot.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_teambot.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_tracking.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_tracking.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/notify_users.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/notify_users.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/os.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/os.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/paperprovision.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/paperprovision.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/passphrase_common.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/passphrase_common.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/pgp.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/pgp.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/pgp_ui.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/pgp_ui.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/phone_numbers.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/phone_numbers.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/pprof.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/pprof.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/process.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/process.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/prove.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/prove.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/prove_common.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/prove_common.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/prove_ui.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/prove_ui.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/provision_ui.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/provision_ui.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/quota.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/quota.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// Auto-generated to Go types using avdl-compiler v1.4.6 (https://github.com/keybase/node-avdl-compiler)
|
||||
// Input file: ../client/protocol/avdl/keybase1/reachability.avdl
|
||||
// Input file: ../../../../../../client/protocol/avdl/keybase1/reachability.avdl
|
||||
|
||||
package keybase1
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user