serverlessworkflow/sdk-go

Add new types to Object

ribeiromiranda opened this issue · 0 comments

What would you like to be added:
Add new types to the Object

Why is this needed:

To support json types.

Current types supported int32, string, raw, and bool. New types float64, map, slice, nil

Typescript GO
string string
number int32/float64
object map
array Slice
boolean bool
null nil