Closed jfgosselin closed 3 years ago
Thanks for your comment. I am reviewing the module to support oneof
and map
for example. I am reviewing the protobuf specification to make sure all features of the language are supported.
Could you please verify if the issue is resolved in v1.3.0
, @jfgosselin ?
I did a test with the following proto:
If I push the following stubs:
I get this error:
I think you skip the oneof when you parse the proto. https://github.com/carvalhorr/protoc-gen-mock/blob/791aff6a1f9febcccf1258ab1e5c3b6969aec906/stub/validation.go#L64
Thanks