Documentation
¶
Index ¶
- func ToBool(v any) (b bool, err error)
- func ToDuration(v any) (d time.Duration, err error)
- func ToFloat32(v any) (n float32, err error)
- func ToFloat64(v any) (n float64, err error)
- func ToInt(v any) (n int, err error)
- func ToInt16(v any) (n int16, err error)
- func ToInt32(v any) (n int32, err error)
- func ToInt64(v any) (n int64, err error)
- func ToInt8(v any) (n int8, err error)
- func ToString(v any) (s string, err error)
- func ToTime(v any) (t time.Time, err error)
- func ToUint(v any) (n uint, err error)
- func ToUint16(v any) (n uint16, err error)
- func ToUint32(v any) (n uint32, err error)
- func ToUint64(v any) (n uint64, err error)
- func ToUint8(v any) (n uint8, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.