Replies: 2 comments
-
There are no ways to display default values. So it should be supported as a new feature. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Created #404. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am calling my grpc endpoint using evans. All good, except for the situations when my response contains enum type fields and their value is set to the default value ( index = 0). In this situation, evans doesn't print out that field at all.
How can I instruct evans to display the default values?
Is there any "emiDefaults" equivalent flag available in evans, as grpccurl has ? fullstorydev/grpcurl#95
Thanks
Beta Was this translation helpful? Give feedback.
All reactions