Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace not picked up on complex data-types #11

Open
smartinov opened this issue Jul 9, 2018 · 1 comment
Open

Namespace not picked up on complex data-types #11

smartinov opened this issue Jul 9, 2018 · 1 comment

Comments

@smartinov
Copy link
Contributor

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

@franklinkim
Copy link
Member

could you add a breaking example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants