Re: [protobuf] Is there a way to convert the go class to protobuf?

2019-08-22 Thread Srinivasa Rao Chirathanagandla
source for your code (be it > go or something else) is that you change your thinking pattern. It makes > you think about your contract, it's easy to keep compatible because you > know and see what you are doing with your messages. > > _/ > _/ Alex Van Boxel > > > On Thu, Aug 22,

[protobuf] Is there a way to convert the go class to protobuf?

2019-08-21 Thread Srinivasa Rao Chirathanagandla
Hi, Is there a way to convert the go class to protobuf? I want to convert the following to .proto file. https://github.com/heptio/contour/blob/master/apis/generated/listers/contour/v1beta1/ingressroute.go Thanks in advance. Regards, Srinivas -- You received this message because you are

Re: [protobuf] Cannot find type for url when using JSONFormat.printer()

2019-07-24 Thread Srinivasa Rao Chirathanagandla
Thank you Feng, that solved my issue as well. On Thursday, January 12, 2017 at 10:54:20 AM UTC-8, Feng Xiao wrote: > > To print Any in JSON, you need to provide a TypeRegistry including the > descriptor of all types that may be included in the Any field. See an > example here: > >