Documentation
¶
Index ¶
- Variables
- func ErrorArrayToStringArray(errorArray *[]error) *[]string
- func ToBool(value string, dest interface{}) error
- func ToFloat32(value string, dest interface{}) error
- func ToFloat64(value string, dest interface{}) error
- func ToInt(value string, dest interface{}) error
- func ToInt16(value string, dest interface{}) error
- func ToInt32(value string, dest interface{}) error
- func ToInt64(value string, dest interface{}) error
- func ToInt8(value string, dest interface{}) error
- func ToUint(value string, dest interface{}) error
- func ToUint16(value string, dest interface{}) error
- func ToUint32(value string, dest interface{}) error
- func ToUint64(value string, dest interface{}) error
- func ToUint8(value string, dest interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidDestinationType = "invalid destination type, expected: '%s'"
)
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.