Versions in this module Expand all Collapse all v0 v0.0.1 Nov 11, 2023 Changes in this version + func Caches() map[string]map[string]Faster + func GetParsed(t reflect.Type, f reflect.StructField, tagName string, ...) interface + func ParseStructTag(tag string) map[string]string + func Parsed(t reflect.Type, f reflect.StructField, tagName string, ...) interface + func Value(t reflect.Type, f reflect.StructField, tagName string) (value string) + type Faster interface + Get func(key string) string + GetParsed func(key string, fns ...func(string) interface{}) interface{} + Parsed func(key string, fns ...func() interface{}) interface{} + SetParsed func(key string, value interface{}) bool + func New(tag reflect.StructTag) Faster + func Tag(t reflect.Type, f reflect.StructField, tagName string) (value string, faster Faster)