protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

How do I convert Value to interface in gogopb?

Open CodingSinger opened this issue 3 years ago • 0 comments

When I use the native protobuf, i use the value.AsInterface() to convert Value to Interface. But i don't find this method in gogopb.

CodingSinger avatar Jul 27 '21 06:07 CodingSinger