Skip to content

Commit 3654d23

Browse files
iosmanthusovervenusJmPotatorleungx
authored
batch cherry-pick router services (#40)
Co-authored-by: Neil Shen <overvenus@gmail.com> Co-authored-by: JmPotato <ghzpotato@gmail.com> Co-authored-by: Ryan Leung <rleungx@gmail.com>
1 parent 96a46fc commit 3654d23

File tree

74 files changed

+8161
-15825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+8161
-15825
lines changed

include/gogoproto/gogo.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ extend google.protobuf.FileOptions {
8484

8585
optional bool goproto_registration = 63032;
8686
optional bool messagename_all = 63033;
87+
88+
optional bool goproto_sizecache_all = 63034;
89+
optional bool goproto_unkeyed_all = 63035;
8790
}
8891

8992
extend google.protobuf.MessageOptions {
@@ -118,6 +121,9 @@ extend google.protobuf.MessageOptions {
118121
optional bool typedecl = 64030;
119122

120123
optional bool messagename = 64033;
124+
125+
optional bool goproto_sizecache = 64034;
126+
optional bool goproto_unkeyed = 64035;
121127
}
122128

123129
extend google.protobuf.FieldOptions {
@@ -133,4 +139,6 @@ extend google.protobuf.FieldOptions {
133139

134140
optional bool stdtime = 65010;
135141
optional bool stdduration = 65011;
142+
optional bool wktpointer = 65012;
143+
136144
}

pkg/autoid/autoid.pb.go

Lines changed: 42 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)