gotsrpc icon indicating copy to clipboard operation
gotsrpc copied to clipboard

Namespace not picked up on complex data-types

Open smartinov opened this issue 6 years ago • 0 comments

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

smartinov avatar Jul 09 '18 09:07 smartinov