Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: go/src/infra/crimson/proto/pb.discovery.go

Issue 2219193002: Roll luci/luci-go and luci/gae DEPS. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « go/src/infra/crimson/proto/crimsonserver_dec.go ('k') | go/src/infra/monorail/pb.discovery.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // AUTOGENERATED. DO NOT EDIT. 1 // AUTOGENERATED. DO NOT EDIT.
2 2
3 package crimson 3 package crimson
4 4
5 import discovery "github.com/luci/luci-go/grpc/discovery" 5 import discovery "github.com/luci/luci-go/grpc/discovery"
6 6
7 import "github.com/luci/luci-go/common/proto/google/descriptor" 7 import "google.golang.org/genproto/protobuf"
8 8
9 func init() { 9 func init() {
10 discovery.RegisterDescriptorSetCompressed( 10 discovery.RegisterDescriptorSetCompressed(
11 []string{ 11 []string{
12 "crimson.Crimson", 12 "crimson.Crimson",
13 }, 13 },
14 []byte{31, 139, 14 []byte{31, 139,
15 8, 0, 0, 9, 110, 136, 0, 255, 212, 88, 93, 83, 220, 200, 15 8, 0, 0, 9, 110, 136, 0, 255, 212, 88, 93, 83, 220, 200,
16 213, 30, 181, 52, 66, 106, 121, 96, 232, 97, 62, 237, 5, 189, 16 213, 30, 181, 52, 66, 106, 121, 96, 232, 97, 62, 237, 5, 189,
17 195, 0, 126, 99, 192, 128, 249, 204, 218, 91, 229, 29, 7 2, 197, 17 195, 0, 126, 99, 192, 128, 249, 204, 218, 91, 229, 29, 7 2, 197,
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 // 168 //
169 // Do NOT modify the returned descriptor. 169 // Do NOT modify the returned descriptor.
170 func FileDescriptorSet() *descriptor.FileDescriptorSet { 170 func FileDescriptorSet() *descriptor.FileDescriptorSet {
171 // We just need ONE of the service names to look up the FileDescriptorSe t. 171 // We just need ONE of the service names to look up the FileDescriptorSe t.
172 ret, err := discovery.GetDescriptorSet("crimson.Crimson") 172 ret, err := discovery.GetDescriptorSet("crimson.Crimson")
173 if err != nil { 173 if err != nil {
174 panic(err) 174 panic(err)
175 } 175 }
176 return ret 176 return ret
177 } 177 }
OLDNEW
« no previous file with comments | « go/src/infra/crimson/proto/crimsonserver_dec.go ('k') | go/src/infra/monorail/pb.discovery.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698