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
When adding a complex type like a map[string]map[string]{package}.{type} the generated RPC service doesn't include the namespace and thus can't compile.
Adding dummy methods with just GetEmptyType()(dummy {package}.{type}) makes the generator pick up the type correctly and link it accordingly
The text was updated successfully, but these errors were encountered:
When adding a complex type like a map[string]map[string]{package}.{type} the generated RPC service doesn't include the namespace and thus can't compile.
Adding dummy methods with just GetEmptyType()(dummy {package}.{type}) makes the generator pick up the type correctly and link it accordingly
The text was updated successfully, but these errors were encountered: