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 ¶
func GetPrintableTypeWithValue(in interface{}) string
func MatchError ¶
func TryCoerceToBigFloat ¶
func TryCoerceToBool ¶
func TryCoerceToFloat64 ¶
func TryCoerceToFloats ¶
func TryCoerceToInt ¶
func TryCoerceToInt64 ¶
func TryCoerceToInt64s ¶
func TryCoerceToInts ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.