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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: