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
does grpc-gateway have rules for path syntax in proto annotations?
all examples have lowercase {uuid}/{name} or so if request struct have SomeComelCase field, in which case i need to specify placeholder in path ?
Thanks!