Documentation
¶
Index ¶
- func ToBool(arg0 interface{}) bool
- func ToBoolE(arg0 interface{}) (bool, error)
- func ToDataSize(arg0 interface{}) int64
- func ToDataSizeE(arg0 interface{}) (int64, error)
- func ToDuration(arg0 interface{}) time.Duration
- func ToDurationE(arg0 interface{}) (time.Duration, error)
- func ToFloat32(arg0 interface{}, defaultValue ...float32) float32
- func ToFloat32E(arg0 interface{}) (float32, error)
- func ToFloat64(arg0 interface{}, defaultValue ...float64) float64
- func ToFloat64E(arg0 interface{}) (float64, error)
- func ToInt(arg0 interface{}, defaultValue ...int) int
- func ToInt16(arg0 interface{}, defaultValue ...int16) int16
- func ToInt16E(arg0 interface{}) (int16, error)
- func ToInt32(arg0 interface{}, defaultValue ...int32) int32
- func ToInt32E(arg0 interface{}) (int32, error)
- func ToInt64(arg0 interface{}, defaultValue ...int64) int64
- func ToInt64E(arg0 interface{}) (int64, error)
- func ToInt8(arg0 interface{}, defaultValue ...int8) int8
- func ToInt8E(arg0 interface{}) (int8, error)
- func ToIntE(arg0 interface{}) (int, error)
- func ToIntSlice(arg0 interface{}) []int
- func ToIntSliceE(arg0 interface{}) ([]int, error)
- func ToMapSlice(arg0 interface{}) []map[string]interface{}
- func ToMapSliceE(arg0 interface{}) ([]map[string]interface{}, error)
- func ToSlice(arg0 interface{}) []interface{}
- func ToSliceE(arg0 interface{}) ([]interface{}, error)
- func ToString(arg0 interface{}) string
- func ToStringE(arg0 interface{}) (string, error)
- func ToStringMap(arg0 interface{}) map[string]interface{}
- func ToStringMapE(arg0 interface{}) (map[string]interface{}, error)
- func ToStringMapString(arg0 interface{}) map[string]string
- func ToStringMapStringE(arg0 interface{}) (map[string]string, error)
- func ToStringSlice(arg0 interface{}) []string
- func ToStringSliceE(arg0 interface{}) ([]string, error)
- func ToUint(arg0 interface{}, defaultValue ...uint) uint
- func ToUint16(arg0 interface{}, defaultValue ...uint16) uint16
- func ToUint16E(arg0 interface{}) (uint16, error)
- func ToUint32(arg0 interface{}, defaultValue ...uint32) uint32
- func ToUint32E(arg0 interface{}) (uint32, error)
- func ToUint64(arg0 interface{}, defaultValue ...uint64) uint64
- func ToUint64E(arg0 interface{}) (uint64, error)
- func ToUint8(arg0 interface{}, defaultValue ...uint8) uint8
- func ToUint8E(arg0 interface{}) (uint8, error)
- func ToUintE(arg0 interface{}) (uint, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToDataSize ¶
func ToDataSize(arg0 interface{}) int64
func ToDataSizeE ¶
func ToDuration ¶
func ToDurationE ¶
func ToFloat32E ¶
func ToFloat64E ¶
func ToIntSlice ¶
func ToIntSlice(arg0 interface{}) []int
func ToIntSliceE ¶
func ToMapSlice ¶
func ToMapSlice(arg0 interface{}) []map[string]interface{}
func ToMapSliceE ¶
func ToStringMap ¶
func ToStringMap(arg0 interface{}) map[string]interface{}
func ToStringMapE ¶
func ToStringMapString ¶
func ToStringMapStringE ¶
func ToStringSlice ¶
func ToStringSlice(arg0 interface{}) []string
func ToStringSliceE ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.