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
In protobuf, I am using a map field -> map<string, google.protobuf.Any>. After compilation is getting converted into ma[string]*anypb.Any ,Now if I want to pass this to a template renderer engine, I am converting it manually in many places. Maybe we can have these types of conversion utils for the map also.
The text was updated successfully, but these errors were encountered:
In protobuf, I am using a map field -> map<string, google.protobuf.Any>. After compilation is getting converted into ma[string]*anypb.Any ,Now if I want to pass this to a template renderer engine, I am converting it manually in many places. Maybe we can have these types of conversion utils for the map also.
The text was updated successfully, but these errors were encountered: