| OLD | NEW |
| 1 // AUTOGENERATED. DO NOT EDIT. | 1 // AUTOGENERATED. DO NOT EDIT. |
| 2 | 2 |
| 3 package helloworld | 3 package helloworld |
| 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 "helloworld.Greeter", | 12 "helloworld.Greeter", |
| 13 }, | 13 }, |
| 14 []byte{31, 139, | 14 []byte{31, 139, |
| 15 » » » 8, 0, 0, 9, 110, 136, 0, 255, 108, 147, 65, 79, 219, 64, | 15 » » » 8, 0, 0, 0, 0, 0, 0, 255, 108, 147, 65, 79, 219, 64, |
| 16 16, 133, 189, 246, 38, 36, 147, 208, 144, 45, 33, 105, 8
4, 169, | 16 16, 133, 189, 246, 38, 36, 147, 208, 144, 45, 33, 105, 8
4, 169, |
| 17 211, 28, 0, 85, 224, 64, 90, 212, 91, 37, 132, 80, 161,
162, | 17 211, 28, 0, 85, 224, 64, 90, 212, 91, 37, 132, 80, 161,
162, |
| 18 28, 160, 244, 110, 156, 137, 109, 213, 241, 186, 222, 53
, 109, 254, | 18 28, 160, 244, 110, 156, 137, 109, 213, 241, 186, 222, 53
, 109, 254, |
| 19 80, 15, 61, 244, 214, 255, 87, 237, 38, 134, 28, 122, 89
, 229, | 19 80, 15, 61, 244, 214, 255, 87, 237, 38, 134, 28, 122, 89
, 229, |
| 20 77, 102, 158, 63, 191, 29, 195, 175, 13, 184, 136, 18, 2
9, 151, | 20 77, 102, 158, 63, 191, 29, 195, 175, 13, 184, 136, 18, 2
9, 151, |
| 21 247, 126, 40, 231, 227, 180, 12, 19, 123, 28, 70, 114, 2
8, 21, | 21 247, 126, 40, 231, 227, 180, 12, 19, 123, 28, 70, 114, 2
8, 21, |
| 22 121, 56, 206, 205, 161, 131, 244, 219, 56, 166, 52, 149,
63, 100, | 22 121, 56, 206, 205, 161, 131, 244, 219, 56, 166, 52, 149,
63, 100, |
| 23 145, 78, 199, 121, 33, 181, 92, 43, 248, 182, 32, 224, 1
69, 50, | 23 145, 78, 199, 121, 33, 181, 92, 43, 248, 182, 32, 224, 1
69, 50, |
| 24 26, 65, 251, 194, 168, 27, 250, 94, 146, 210, 66, 0, 207
, 130, | 24 26, 65, 251, 194, 168, 27, 250, 94, 146, 210, 66, 0, 207
, 130, |
| 25 57, 13, 24, 178, 253, 230, 141, 253, 61, 218, 5, 88, 245
, 228, | 25 57, 13, 24, 178, 253, 230, 141, 253, 61, 218, 5, 88, 245
, 228, |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 // | 66 // |
| 67 // Do NOT modify the returned descriptor. | 67 // Do NOT modify the returned descriptor. |
| 68 func FileDescriptorSet() *descriptor.FileDescriptorSet { | 68 func FileDescriptorSet() *descriptor.FileDescriptorSet { |
| 69 // We just need ONE of the service names to look up the FileDescriptorSe
t. | 69 // We just need ONE of the service names to look up the FileDescriptorSe
t. |
| 70 ret, err := discovery.GetDescriptorSet("helloworld.Greeter") | 70 ret, err := discovery.GetDescriptorSet("helloworld.Greeter") |
| 71 if err != nil { | 71 if err != nil { |
| 72 panic(err) | 72 panic(err) |
| 73 } | 73 } |
| 74 return ret | 74 return ret |
| 75 } | 75 } |
| OLD | NEW |