Documentation
¶
Index ¶
- func BuildReflectTypeKey(varType reflect.Type) string
- func GetPrintableTypeWithValue(in interface{}) string
- func KeyFN(t interface{}) string
- func MatchError(src, tgt error) bool
- func TryCoerceToBigFloat(in interface{}) (*big.Float, error)
- func TryCoerceToBool(in interface{}) (bool, error)
- func TryCoerceToFloat64(in interface{}) (float64, error)
- func TryCoerceToFloats(in interface{}) ([]float64, error)
- func TryCoerceToInt(in interface{}) (int, error)
- func TryCoerceToInt64(in interface{}) (int64, error)
- func TryCoerceToInt64s(in interface{}) ([]int64, error)
- func TryCoerceToInts(in interface{}) ([]int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildReflectTypeKey ¶
func GetPrintableTypeWithValue ¶ added in v1.0.0
func GetPrintableTypeWithValue(in interface{}) string
func MatchError ¶ added in v1.0.0
func TryCoerceToBigFloat ¶ added in v1.0.0
func TryCoerceToBool ¶ added in v1.0.0
func TryCoerceToFloat64 ¶ added in v1.0.0
func TryCoerceToFloats ¶ added in v1.0.0
func TryCoerceToInt ¶ added in v1.0.0
func TryCoerceToInt64 ¶ added in v1.0.0
func TryCoerceToInt64s ¶ added in v1.0.0
func TryCoerceToInts ¶ added in v1.0.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.