Documentation
¶
Index ¶
- func SetFromString(v reflect.Value, s string) error
- func WalkOnStruct(s any, fn func(reflect.Value, reflect.StructField))
- func WalkOnTags(s any, tagName string, fn func(v reflect.Value, name string, flags []string))
- func WalkOnTagsAny(s any, tagName string, fn func(v any, name string, flags []string))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WalkOnStruct ¶ added in v0.2.18
func WalkOnStruct(s any, fn func(reflect.Value, reflect.StructField))
func WalkOnTags ¶ added in v0.2.18
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.