Documentation ¶
Index ¶
- func Apply(src any, dst any)
- func FindField(s any, name string) (val reflect.Value, fld reflect.StructField, ok bool)
- func FindOnStruct(s any, fn func(reflect.Value, reflect.StructField) bool) bool
- 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 FindOnStruct ¶ added in v0.2.81
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.