Documentation ¶
Index ¶
- func MapToBytes(m map[string]interface{}, key string) ([]byte, error)
- func MapToFloat32(m map[string]interface{}, key string) (float32, error)
- func MapToFloat32List(m map[string]interface{}, key string) ([]float32, error)
- func MapToFloat64(m map[string]interface{}, key string) (float64, error)
- func MapToFloat64List(m map[string]interface{}, key string) ([]float64, error)
- func MapToIndentJSON(m interface{}) (string, error)
- func MapToInt(m map[string]interface{}, key string) (int, error)
- func MapToInt16(m map[string]interface{}, key string) (int16, error)
- func MapToInt16List(m map[string]interface{}, key string) ([]int16, error)
- func MapToInt32(m map[string]interface{}, key string) (int32, error)
- func MapToInt32List(m map[string]interface{}, key string) ([]int32, error)
- func MapToInt64(m map[string]interface{}, key string) (int64, error)
- func MapToInt64List(m map[string]interface{}, key string) ([]int64, error)
- func MapToInt8(m map[string]interface{}, key string) (int8, error)
- func MapToInt8List(m map[string]interface{}, key string) ([]int8, error)
- func MapToList(m map[string]interface{}, key string) ([]interface{}, error)
- func MapToMapStringInt32(m map[string]interface{}, key string) (map[string]int32, error)
- func MapToMapStringInt64(m map[string]interface{}, key string) (map[string]int64, error)
- func MapToMapStringInterface(m map[string]interface{}, key string) (map[string]interface{}, error)
- func MapToMapStringUInt32(m map[string]interface{}, key string) (map[string]uint32, error)
- func MapToMapStringUInt64(m map[string]interface{}, key string) (map[string]uint64, error)
- func MapToNetIP(d map[string]interface{}, key string) (net.IP, error)
- func MapToNetPort(d map[string]interface{}, key string) uint16
- func MapToString(m map[string]interface{}, key string) (string, error)
- func MapToStringList(m map[string]interface{}, key string) ([]string, error)
- func MapToTime(m map[string]interface{}, key string) (time.Time, error)
- func MapToUInt16(m map[string]interface{}, key string) (uint16, error)
- func MapToUInt32(m map[string]interface{}, key string) (uint32, error)
- func MapToUInt64(m map[string]interface{}, key string) (uint64, error)
- func MapToUInt8(m map[string]interface{}, key string) (uint8, error)
- func MapToUint16List(m map[string]interface{}, key string) ([]uint16, error)
- func MapToUint32List(m map[string]interface{}, key string) ([]uint32, error)
- func MapToUint64List(m map[string]interface{}, key string) ([]uint64, error)
- func MapToUint8List(m map[string]interface{}, key string) ([]uint8, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapToFloat32List ¶
func MapToFloat64List ¶
func MapToIndentJSON ¶
func MapToMapStringInt32 ¶
func MapToMapStringInt64 ¶
func MapToMapStringInterface ¶
func MapToMapStringUInt32 ¶
func MapToMapStringUInt64 ¶
func MapToNetPort ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.