Documentation
¶
Index ¶
- func Bool(value interface{}) bool
- func Byte(value interface{}) byte
- func Compare(value1 interface{}, value2 interface{}) bool
- func Float32(value interface{}) float32
- func Float64(value interface{}) float64
- func Int(value interface{}) int
- func Int8(value interface{}) int8
- func Int16(value interface{}) int16
- func Int32(value interface{}) int32
- func Int32Value(value interface{}) (int32, error)
- func Int64(value interface{}) int64
- func IsFloat(value interface{}) bool
- func IsInteger(value interface{}) bool
- func IsNil(value interface{}) bool
- func IsNumber(value interface{}) bool
- func Slice(fromSlice interface{}, toSliceType reflect.Type) (interface{}, error)
- func String(value interface{}) string
- func Uint(value interface{}) uint
- func Uint8(value interface{}) uint8
- func Uint16(value interface{}) uint16
- func Uint32(value interface{}) uint32
- func Uint64(value interface{}) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int32Value ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.