| OLD | NEW |
| 1 // AUTOGENERATED. DO NOT EDIT. | 1 // AUTOGENERATED. DO NOT EDIT. |
| 2 | 2 |
| 3 package milo | 3 package milo |
| 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/golang/protobuf/protoc-gen-go/descriptor" | 7 import "github.com/golang/protobuf/protoc-gen-go/descriptor" |
| 8 | 8 |
| 9 func init() { | 9 func init() { |
| 10 discovery.RegisterDescriptorSetCompressed( | 10 discovery.RegisterDescriptorSetCompressed( |
| 11 []string{ | 11 []string{ |
| 12 "milo.Buildbot", "milo.BuildInfo", | 12 "milo.Buildbot", "milo.BuildInfo", |
| 13 }, | 13 }, |
| 14 []byte{31, 139, | 14 []byte{31, 139, |
| 15 » » » 8, 0, 0, 9, 110, 136, 0, 255, 212, 188, 93, 108, 28, 201
, | 15 » » » 8, 0, 0, 0, 0, 0, 0, 255, 212, 188, 93, 108, 28, 201, |
| 16 181, 31, 62, 213, 213, 51, 28, 22, 191, 139, 148, 68, 18
1, 184, | 16 181, 31, 62, 213, 213, 51, 28, 22, 191, 139, 148, 68, 18
1, 184, |
| 17 82, 45, 37, 81, 164, 150, 26, 81, 148, 86, 171, 207, 245
, 142, | 17 82, 45, 37, 81, 164, 150, 26, 81, 148, 86, 171, 207, 245
, 142, |
| 18 200, 161, 52, 123, 41, 146, 158, 33, 87, 171, 189, 246,
106, 155, | 18 200, 161, 52, 123, 41, 146, 158, 33, 87, 171, 189, 246,
106, 155, |
| 19 51, 69, 178, 87, 51, 221, 179, 221, 61, 164, 184, 255, 6
3, 22, | 19 51, 69, 178, 87, 51, 221, 179, 221, 61, 164, 184, 255, 6
3, 22, |
| 20 9, 98, 24, 78, 46, 112, 13, 35, 134, 17, 4, 70, 190, 28, | 20 9, 98, 24, 78, 46, 112, 13, 35, 134, 17, 4, 70, 190, 28, |
| 21 24, 176, 55, 136, 1, 199, 6, 28, 44, 96, 100, 17, 251, 4
5, | 21 24, 176, 55, 136, 1, 199, 6, 28, 44, 96, 100, 17, 251, 4
5, |
| 22 65, 222, 130, 32, 15, 121, 73, 144, 188, 230, 241, 222,
32, 15, | 22 65, 222, 130, 32, 15, 121, 73, 144, 188, 230, 241, 222,
32, 15, |
| 23 193, 57, 85, 213, 221, 67, 81, 187, 182, 239, 211, 21, 2
52, 49, | 23 193, 57, 85, 213, 221, 67, 81, 187, 182, 239, 211, 21, 2
52, 49, |
| 24 167, 187, 234, 119, 78, 157, 58, 85, 117, 206, 169, 211,
100, 255, | 24 167, 187, 234, 119, 78, 157, 58, 85, 117, 206, 169, 211,
100, 255, |
| 25 101, 134, 157, 219, 13, 130, 221, 150, 188, 218, 9, 131,
56, 216, | 25 101, 134, 157, 219, 13, 130, 221, 150, 188, 218, 9, 131,
56, 216, |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 // | 692 // |
| 693 // Do NOT modify the returned descriptor. | 693 // Do NOT modify the returned descriptor. |
| 694 func FileDescriptorSet() *descriptor.FileDescriptorSet { | 694 func FileDescriptorSet() *descriptor.FileDescriptorSet { |
| 695 // We just need ONE of the service names to look up the FileDescriptorSe
t. | 695 // We just need ONE of the service names to look up the FileDescriptorSe
t. |
| 696 ret, err := discovery.GetDescriptorSet("milo.Buildbot") | 696 ret, err := discovery.GetDescriptorSet("milo.Buildbot") |
| 697 if err != nil { | 697 if err != nil { |
| 698 panic(err) | 698 panic(err) |
| 699 } | 699 } |
| 700 return ret | 700 return ret |
| 701 } | 701 } |
| OLD | NEW |