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
As discussed in #85 (comment), runtime/query.go requires runtime mapping from proto field names to golang field names.
But the mapping rule got complicated in golang/protobuf@2c7bafc.
So it is better to generate a static mapping for each message or query fields with struct tags to keep consistency to the mapping rule.
The text was updated successfully, but these errors were encountered:
As discussed in #85 (comment),
runtime/query.go
requires runtime mapping from proto field names to golang field names.But the mapping rule got complicated in golang/protobuf@2c7bafc.
So it is better to generate a static mapping for each message or query fields with struct tags to keep consistency to the mapping rule.
The text was updated successfully, but these errors were encountered: