We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gogo protobuf generator has an option to generate non-nullable nested messages via an [(gogoproto.nullable) = false] option.
[(gogoproto.nullable) = false]
Could support for that be added to grpc-gateway in its populateQueryParameter func?
populateQueryParameter
Since the code change is really small, I will make a PR that resolves this issue, but of course this it will need discussion/review.
The text was updated successfully, but these errors were encountered:
I've opened #21 that resolves this issue, please take a look and review.
Sorry, something went wrong.
Merge pull request #20 from ybhgenius/master
c9d41ff
Protocol document update
No branches or pull requests
gogo protobuf generator has an option to generate non-nullable nested messages via an
[(gogoproto.nullable) = false]
option.Could support for that be added to grpc-gateway in its
populateQueryParameter
func?Since the code change is really small, I will make a PR that resolves this issue, but of course this it will need discussion/review.
The text was updated successfully, but these errors were encountered: