Documentation
¶
Overview ¶
Package conversion provides utilities for converting between types.
Index ¶
- func ToBool(value interface{}) (bool, error)
- func ToFloat64(value interface{}) (float64, error)
- func ToInt(value interface{}) (int, error)
- func ToMap(value interface{}) (map[string]interface{}, error)
- func ToSlice(value interface{}) ([]interface{}, error)
- func ToString(value interface{}) (string, error)
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.