Versions in this module Expand all Collapse all v1 v1.0.0 Apr 28, 2021 Changes in this version + var ErrUnmatchedType = errors.New("type did not matched expected") + var ErrUnsupportedType = errors.New("unsupported type") + func AsBool(val interface{}) (bool, bool) + func AsFloat64(val interface{}) (float64, bool) + func AsInt64(val interface{}) (int64, bool) + func AsString(val interface{}) (string, bool) + func AssertEqual(expected string, actual interface{}) (bool, error) + func Debug() + func NoLog() + func Reset() + func ResetLog() + func SetTyped(value string, to interface{}) error + func ToInterface(value string) (interface{}, error)