Documentation
¶
Index ¶
- func IsArray(v interface{}) bool
- func IsBool(v interface{}) bool
- func IsChannel(v interface{}) bool
- func IsContains(src, v interface{}) bool
- func IsEmpty(v interface{}) bool
- func IsFloat(v interface{}) bool
- func IsFunc(v interface{}) bool
- func IsInt(v interface{}) bool
- func IsJSONObject(v interface{}) bool
- func IsJSONString(s string) bool
- func IsMap(v interface{}) bool
- func IsNumeric(v interface{}) bool
- func IsSlice(v interface{}) bool
- func IsString(v interface{}) bool
- func IsStruct(v interface{}) bool
- func IsTime(v interface{}) bool
- func IsUint(v interface{}) bool
- func ToBool(v interface{}) bool
- func ToFloat64(v interface{}) float64
- func ToInt(v interface{}) int
- func ToInt64(v interface{}) int64
- func ToSlice(v interface{}) []interface{}
- func ToString(v interface{}) string
- func ToUint(v interface{}) uint
- func ToUint64(v interface{}) uint64
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.