Versions in this module Expand all Collapse all v1 v1.2.0 Mar 18, 2024 Changes in this version + var ErrUnexpectedType = errors.New("unexpected type, expecting a pointer to struct") + type Field interface + IsZero func() bool + Meta func() map[string]string + Name func() string + Set func(string) error + String func() string + Tag func(key string) (string, bool) + type Fields []Field + func View(s interface{}) (Fields, error)