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/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 "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, 9, 110, 136, 0, 255, 108, 147, 65, 79, 219, 64, |
16 16, 133, 189, 142, 19, 146, 33, 52, 100, 11, 36, 181, 42
, 117, | 16 16, 133, 189, 142, 19, 146, 33, 52, 100, 11, 36, 181, 42
, 117, |
17 154, 3, 160, 10, 28, 72, 139, 122, 171, 132, 16, 42, 84,
148, | 17 154, 3, 160, 10, 28, 72, 139, 122, 171, 132, 16, 42, 84,
148, |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 // | 65 // |
66 // Do NOT modify the returned descriptor. | 66 // Do NOT modify the returned descriptor. |
67 func FileDescriptorSet() *descriptor.FileDescriptorSet { | 67 func FileDescriptorSet() *descriptor.FileDescriptorSet { |
68 // We just need ONE of the service names to look up the FileDescriptorSe
t. | 68 // We just need ONE of the service names to look up the FileDescriptorSe
t. |
69 ret, err := discovery.GetDescriptorSet("helloworld.Greeter") | 69 ret, err := discovery.GetDescriptorSet("helloworld.Greeter") |
70 if err != nil { | 70 if err != nil { |
71 panic(err) | 71 panic(err) |
72 } | 72 } |
73 return ret | 73 return ret |
74 } | 74 } |
OLD | NEW |