| 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/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 "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, 221, 114, 219, 20
0, | 15 » » » 8, 0, 0, 0, 0, 0, 0, 255, 148, 87, 221, 114, 219, 200, |
| 16 209, 229, 160, 7, 52, 212, 250, 163, 90, 226, 143, 32, 2
17, 30, | 16 209, 229, 160, 7, 52, 212, 250, 163, 90, 226, 143, 32, 2
17, 30, |
| 17 211, 178, 69, 201, 54, 181, 150, 74, 235, 79, 187, 118,
125, 178, | 17 211, 178, 69, 201, 54, 181, 150, 74, 235, 79, 187, 118,
125, 178, |
| 18 101, 197, 82, 202, 81, 92, 148, 149, 114, 37, 87, 32, 56
, 18, | 18 101, 197, 82, 202, 81, 92, 148, 149, 114, 37, 87, 32, 56
, 18, |
| 19 81, 38, 9, 26, 0, 189, 229, 139, 188, 66, 46, 114, 145,
135, | 19 81, 38, 9, 26, 0, 189, 229, 139, 188, 66, 46, 114, 145,
135, |
| 20 200, 125, 158, 40, 239, 145, 74, 205, 96, 6, 164, 189, 1
87, 181, | 20 200, 125, 158, 40, 239, 145, 74, 205, 96, 6, 164, 189, 1
87, 181, |
| 21 149, 27, 21, 15, 166, 231, 116, 247, 233, 158, 158, 17,
254, 125, | 21 149, 27, 21, 15, 166, 231, 116, 247, 233, 158, 158, 17,
254, 125, |
| 22 19, 95, 223, 68, 89, 127, 210, 109, 135, 241, 112, 111,
48, 9, | 22 19, 95, 223, 68, 89, 127, 210, 109, 135, 241, 112, 111,
48, 9, |
| 23 35, 253, 231, 201, 77, 188, 119, 147, 140, 195, 189, 177
, 250, 147, | 23 35, 253, 231, 201, 77, 188, 119, 147, 140, 195, 189, 177
, 250, 147, |
| 24 5, 131, 143, 123, 221, 73, 52, 232, 117, 227, 108, 111,
156, 196, | 24 5, 131, 143, 123, 221, 73, 52, 232, 117, 227, 108, 111,
156, 196, |
| 25 89, 92, 192, 182, 134, 228, 89, 220, 28, 226, 226, 165,
12, 146, | 25 89, 92, 192, 182, 134, 228, 89, 220, 28, 226, 226, 165,
12, 146, |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 // | 151 // |
| 152 // Do NOT modify the returned descriptor. | 152 // Do NOT modify the returned descriptor. |
| 153 func FileDescriptorSet() *descriptor.FileDescriptorSet { | 153 func FileDescriptorSet() *descriptor.FileDescriptorSet { |
| 154 // We just need ONE of the service names to look up the FileDescriptorSe
t. | 154 // We just need ONE of the service names to look up the FileDescriptorSe
t. |
| 155 ret, err := discovery.GetDescriptorSet("buildbot.Buildbot") | 155 ret, err := discovery.GetDescriptorSet("buildbot.Buildbot") |
| 156 if err != nil { | 156 if err != nil { |
| 157 panic(err) | 157 panic(err) |
| 158 } | 158 } |
| 159 return ret | 159 return ret |
| 160 } | 160 } |
| OLD | NEW |