Re: [protobuf] How does this .proto file result in this generated code?

2017-07-14 Thread Laird Nelson
On Friday, July 14, 2017 at 12:41:18 PM UTC-7, Josh Humphries wrote: > > This code is emitted by the GRPC plugin for Java. For Go, all code gen is > a plugin (protoc-gen-go > ) and it > includes the GRPC functionality. For Java, the

Re: [protobuf] How does this .proto file result in this generated code?

2017-07-14 Thread Josh Humphries
This code is emitted by the GRPC plugin for Java. For Go, all code gen is a plugin (protoc-gen-go ) and it includes the GRPC functionality. For Java, the core protoc knows how to emit the normal generated code, but you need the right

[protobuf] How does this .proto file result in this generated code?

2017-07-14 Thread Laird Nelson
(I *believe* this question is about protocol buffers, and not gRPC, but I may be wrong.) There is a .proto file that exists as part of the Helm project: https://github.com/kubernetes/helm/blob/v2.5.0/_proto/hapi/rudder/rudder.proto As part of Helm's build process, a Go binding is generated