| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |