package
2.2.5
Repository: https://github.com/serverlessworkflow/sdk-go.git
Documentation: pkg.go.dev

# Functions

FromFloat creates an Float32OrString object with a float32 value.
FromString creates a Float32OrString object with a string value.
Parse the given string and try to convert it to a float32 before setting it as a string value.

# Constants

The Float32OrString holds a float.
The Float32OrString holds a string.

# Structs

Float32OrString is a type that can hold a float32 or a string.

# Type aliases

Type represents the stored type of Float32OrString.