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 ¶
Types ¶
type Reflect ¶
type Reflect[V any] struct { Parse func(self *Reflect[V], field reflect.StructField, elem reflect.Type) V // contains filtered or unexported fields }
func NewTagStruct ¶
Click to show internal directories.
Click to hide internal directories.