Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrValue = errors.New("you should pass in a struct or a pointer to a struct")
)
Functions ¶
func Field ¶
func Field(field reflect.StructField) uintptr
Types ¶
type Reflect ¶
type Reflect[V any] struct { Parse func(self *Reflect[V], field reflect.StructField) V // contains filtered or unexported fields }
func NewTagStruct ¶
func NewTagWithName ¶
Click to show internal directories.
Click to hide internal directories.