Versions in this module Expand all Collapse all v1 v1.0.0 Nov 24, 2021 Changes in this version + func FieldWithJsonTagValue(model interface{}, value string) (name string, ok bool) + func GetFieldByName(structPtr interface{}, fieldName string) reflect.Value + func InterfaceSlice(slice interface{}) []interface + func IsBlank(s string) bool + func LookupForStructFieldTag(model interface{}, field string, tagName string) (value string, ok bool) + func StructValueAndType(model interface{}) (reflect.Value, reflect.Type) + func ValuesForStructTag(model interface{}, tagName string) []string