Documentation ¶
Index ¶
- func CapOf(a interface{}) (int, bool)
- func IsArrayOrSlice(a interface{}) bool
- func IsBool(a interface{}) bool
- func IsChan(a interface{}) bool
- func IsError(a interface{}) bool
- func IsFloat(a interface{}) bool
- func IsFunc(a interface{}) bool
- func IsInteger(a interface{}) bool
- func IsMap(a interface{}) bool
- func IsNil(a interface{}) bool
- func IsNumber(a interface{}) bool
- func IsPtr(a interface{}) bool
- func IsString(a interface{}) bool
- func IsUnsignedInteger(a interface{}) bool
- func LengthOf(a interface{}) (int, bool)
- func ToFloat(a interface{}) float64
- func ToInteger(a interface{}) int64
- func ToString(a interface{}) (string, bool)
- func ToUnsignedInteger(a interface{}) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsArrayOrSlice ¶
func IsArrayOrSlice(a interface{}) bool
func IsUnsignedInteger ¶
func IsUnsignedInteger(a interface{}) bool
func ToUnsignedInteger ¶
func ToUnsignedInteger(a interface{}) uint64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.