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
Hello,
I've got an issue with theb generated protobuf.
My function signature is FindApp(ctx context.Context, criteria map[string][]string) ([]App, error)
Hello,
I've got an issue with theb generated protobuf.
My function signature is
FindApp(ctx context.Context, criteria map[string][]string) ([]App, error)
The generated rpc parameter is
Is it normal ?
I tried to convert map[string][]string to a proper type like that:
But the generated code is still the same.
I think it ois a bug but I'm not sure.
Thanks a lot for your help !
The text was updated successfully, but these errors were encountered: