Versions in this module Expand all Collapse all v1 v1.0.0 Oct 15, 2021 Changes in this version + func IsArray(typ reflect.Type) bool + func IsBasicType(typ reflect.Type) bool + func IsBool(typ reflect.Type) bool + func IsFloat(typ reflect.Type) bool + func IsInt(typ reflect.Type) bool + func IsPtr(typ reflect.Type) bool + func IsSlice(typ reflect.Type) bool + func IsString(typ reflect.Type) bool + func IsStruct(typ reflect.Type) bool + func IsUint(typ reflect.Type) bool + func ParseTag(structPtr, tagPtr interface{}, alias, tag string, recursive bool) ([]*reflect.StructField, []*reflect.Value, []interface{}) + func ParseTagWithRe(structPtr, tagPtr interface{}, alias, tag string, recursive bool, regex string) ([]*reflect.StructField, []*reflect.Value, []interface{}) + func SetValue(srcValue, distValue reflect.Value)