Skip to content
New issue

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

Add support for non-nullable nested messages. #21

Merged
merged 1 commit into from
Jun 19, 2015
Merged

Add support for non-nullable nested messages. #21

merged 1 commit into from
Jun 19, 2015

Conversation

dmitshur
Copy link
Contributor

Nested messages with "[(gogoproto.nullable) = false]" option are generated as structs, rather than pointers to structs. Add support for such struct values to populate parameter functionality.

Add test case.

Resolves #20.

This PR is in need of review and discussion before merging.

Nested messages with "[(gogoproto.nullable) = false]" option are
generated as structs, rather than pointers to structs. Add support for
such struct values to populate parameter functionality.

Add test case.

Resolves #20.
@yugui
Copy link
Member

yugui commented Jun 19, 2015

LGTM. Thank you for your contribution.

yugui added a commit that referenced this pull request Jun 19, 2015
Add support for non-nullable nested messages.
@yugui yugui merged commit 8ac6df9 into grpc-ecosystem:master Jun 19, 2015
@dmitshur dmitshur deleted the support-non-nullable-nested branch June 19, 2015 08:24
ithinker1991 referenced this pull request in tronprotocol/grpc-gateway Apr 26, 2018
add GetDynamicProperties rpc api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants