You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use different name from proto file for a field In gateway?
Suppose I have a message with a field named new_name, I want to be able use old_name field in gateway for this field.
Can gateway marshaller fill the new_name field with value in the old_name?
The text was updated successfully, but these errors were encountered:
Could you please reach out to us on the #grpc-gateway slack channel on Gophers slack (https://invite.slack.golangbridge.org/) for these type of support questions? The issue tracker is not the right place.
Is it possible to use different name from proto file for a field In gateway?
Suppose I have a message with a field named
new_name
, I want to be able useold_name
field in gateway for this field.Can gateway marshaller fill the
new_name
field with value in theold_name
?The text was updated successfully, but these errors were encountered: