| OLD | NEW |
| 1 // AUTOGENERATED. DO NOT EDIT. | 1 // AUTOGENERATED. DO NOT EDIT. |
| 2 | 2 |
| 3 package monorail | 3 package monorail |
| 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 "monorail.Monorail", | 12 "monorail.Monorail", |
| 13 }, | 13 }, |
| 14 []byte{31, 139, | 14 []byte{31, 139, |
| 15 8, 0, 0, 9, 110, 136, 0, 255, 172, 89, 221, 110, 28, 71, | 15 8, 0, 0, 9, 110, 136, 0, 255, 172, 89, 221, 110, 28, 71, |
| 16 118, 102, 119, 215, 204, 244, 212, 112, 248, 211, 252, 2
7, 14, 69, | 16 118, 102, 119, 215, 204, 244, 212, 112, 248, 211, 252, 2
7, 14, 69, |
| 17 177, 52, 178, 108, 154, 166, 40, 155, 182, 23, 209, 202,
129, 77, | 17 177, 52, 178, 108, 154, 166, 40, 155, 182, 23, 209, 202,
129, 77, |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 // | 333 // |
| 334 // Do NOT modify the returned descriptor. | 334 // Do NOT modify the returned descriptor. |
| 335 func FileDescriptorSet() *descriptor.FileDescriptorSet { | 335 func FileDescriptorSet() *descriptor.FileDescriptorSet { |
| 336 // We just need ONE of the service names to look up the FileDescriptorSe
t. | 336 // We just need ONE of the service names to look up the FileDescriptorSe
t. |
| 337 ret, err := discovery.GetDescriptorSet("monorail.Monorail") | 337 ret, err := discovery.GetDescriptorSet("monorail.Monorail") |
| 338 if err != nil { | 338 if err != nil { |
| 339 panic(err) | 339 panic(err) |
| 340 } | 340 } |
| 341 return ret | 341 return ret |
| 342 } | 342 } |
| OLD | NEW |