gotsrpc
gotsrpc copied to clipboard
Namespace not picked up on complex data-types
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