Documentation
¶
Index ¶
- func IsBool(b interface{}) bool
- func IsFloat32(s string) bool
- func IsFloat64(s string) bool
- func IsHex(s string) bool
- func IsInt(num interface{}) bool
- func IsString(str interface{}) bool
- func IsStringNumericUint(s string, base, bitSize int) bool
- func IsUint(num interface{}) bool
- func IsUint32(num interface{}) bool
- func IsUint64(num interface{}) bool
- func IsUint8(num interface{}) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsString ¶
func IsString(str interface{}) bool
IsString checks if the given interface is a string.
func IsStringNumericUint ¶
Checks if the given string is a valid number (Uint).
func IsUint32 ¶
func IsUint32(num interface{}) bool
IsUint32 checks if the given interface is a uint32.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.