Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2023 Changes in this version + var ContextInterface = reflect.TypeOf((*context.Context)(nil)).Elem() + func AsTime(v reflect.Value, loc *time.Location) (time.Time, bool) + func CallMethodByName(cxt context.Context, name string, v reflect.Value) []reflect.Value + func GetMethodByName(v reflect.Value, name string) reflect.Value + func GetMethodIndexByName(tp reflect.Type, name string) int + func IsFloat(kind reflect.Kind) bool + func IsInt(kind reflect.Kind) bool + func IsNumber(kind reflect.Kind) bool + func IsTime(tp reflect.Type) bool + func IsTruthful(in any) bool + func IsTruthfulValue(val reflect.Value) (truth bool) + func IsUint(kind reflect.Kind) bool