Documentation
¶
Index ¶
- func Bool(val interface{}) (bool, error)
- func BoolMust(val interface{}, def ...bool) bool
- func Bytes(val interface{}) ([]byte, error)
- func BytesMust(val interface{}, def ...[]byte) []byte
- func Float32(val interface{}) (float32, error)
- func Float32Must(val interface{}, def ...float32) float32
- func Float64(val interface{}) (float64, error)
- func Float64Must(val interface{}, def ...float64) float64
- func Int(val interface{}) (int, error)
- func Int32(val interface{}) (int32, error)
- func Int32Must(val interface{}, def ...int32) int32
- func Int64(val interface{}) (int64, error)
- func Int64Must(val interface{}, def ...int64) int64
- func IntMust(val interface{}, def ...int) int
- func String(val interface{}) (string, error)
- func StringMust(val interface{}, def ...string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float32Must ¶
Float32Must : Must Conver "val" to Float32
func Float64Must ¶
Float64Must : Must Conver "val" to Float64
func StringMust ¶
StringMust : Must Conver "val" to a String
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.