| OLD | NEW |
| 1 // AUTOGENERATED. DO NOT EDIT. | 1 // AUTOGENERATED. DO NOT EDIT. |
| 2 | 2 |
| 3 package buildbot | 3 package buildbot |
| 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 "buildbot.Buildbot", | 12 "buildbot.Buildbot", |
| 13 }, | 13 }, |
| 14 []byte{31, 139, | 14 []byte{31, 139, |
| 15 8, 0, 0, 9, 110, 136, 0, 255, 148, 87, 203, 114, 219, 20
0, | 15 8, 0, 0, 9, 110, 136, 0, 255, 148, 87, 203, 114, 219, 20
0, |
| 16 21, 37, 128, 6, 13, 53, 197, 135, 32, 241, 33, 136, 182,
219, | 16 21, 37, 128, 6, 13, 53, 197, 135, 32, 241, 33, 136, 182,
219, |
| 17 180, 108, 61, 44, 83, 99, 169, 52, 138, 102, 60, 21, 89,
180, | 17 180, 108, 61, 44, 83, 99, 169, 52, 138, 102, 60, 21, 89,
180, |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 // | 149 // |
| 150 // Do NOT modify the returned descriptor. | 150 // Do NOT modify the returned descriptor. |
| 151 func FileDescriptorSet() *descriptor.FileDescriptorSet { | 151 func FileDescriptorSet() *descriptor.FileDescriptorSet { |
| 152 // We just need ONE of the service names to look up the FileDescriptorSe
t. | 152 // We just need ONE of the service names to look up the FileDescriptorSe
t. |
| 153 ret, err := discovery.GetDescriptorSet("buildbot.Buildbot") | 153 ret, err := discovery.GetDescriptorSet("buildbot.Buildbot") |
| 154 if err != nil { | 154 if err != nil { |
| 155 panic(err) | 155 panic(err) |
| 156 } | 156 } |
| 157 return ret | 157 return ret |
| 158 } | 158 } |
| OLD | NEW |