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

Generating go client with custom basic data type. #6

Open
david-littlefarmer opened this issue Oct 11, 2023 · 0 comments
Open

Generating go client with custom basic data type. #6

david-littlefarmer opened this issue Oct 11, 2023 · 0 comments

Comments

@david-littlefarmer
Copy link
Contributor

For example when i define custom type type MyType map[string]string.
Then the MyType is not generated in go client.
So the client doesn't know what data type it is.
Name of datatype is transferred, but not the definition.

Workaround is to define this type outside of the package where is defined types for webrpc.

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

1 participant