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
Type_restrictions
All exported symbols in the package must have types that are supported. Supported types include:
- Signed integer and floating point types.
- String and boolean types.
- Byte slice types. Note that byte slices are passed by reference, and support mutation.
- Any function type all of whose parameters and results have supported types. Functions must return either no results, one result, or two results where the type of the second is the built-in 'error' type.
- Any interface type, all of whose exported methods have supported function types.
- Any struct type, all of whose exported methods have supported function types and all of whose exported fields have supported types.
-
how to expose gosdk methods in mobile sdk
how to expose gosdk methods in wasm sdk
how to expose gosdk methods in windows sdk
The text was updated successfully, but these errors were encountered: