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.