Documentation
¶
Index ¶
- func ErrorArrayToStringArray(errorArray *[]error) *[]string
- func ToBool(value string) (bool, error)
- func ToFloat32(value string) (float32, error)
- func ToFloat64(value string) (float64, error)
- func ToInt(value string) (int, error)
- func ToInt16(value string) (int16, error)
- func ToInt32(value string) (int32, error)
- func ToInt64(value string) (int64, error)
- func ToInt8(value string) (int8, error)
- func ToUint(value string) (uint, error)
- func ToUint16(value string) (uint16, error)
- func ToUint32(value string) (uint32, error)
- func ToUint64(value string) (uint64, error)
- func ToUint8(value string) (uint8, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorArrayToStringArray ¶
ErrorArrayToStringArray maps an array of errors to an array of strings
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.