Versions in this module Expand all Collapse all v1 v1.0.0 Jun 8, 2026 Changes in this version + func ToBool(input interface{}) (bool, error) + func ToFloat64(input interface{}) (float64, error) + func ToFloat64Def(input interface{}, defaultVal float64) float64 + func ToInt(input interface{}) (int, error) + func ToInt64(input interface{}) (int64, error) + func ToMap(input interface{}) (map[string]interface{}, error) + func ToSlice(input interface{}) ([]interface{}, error) + func ToString(input interface{}) string