Documentation ¶
Index ¶
- func GetFieldTag[T any](obj *T, objFieldPtr any, tagName string) string
- func IterFields(val any, tagName string, f func(field any, tag string, offset uintptr))
- func IterFieldsTags(val any, tagNames []string, ...)
- func ListFieldTags[T any](obj *T, objFieldPtr any, tagNames ...string) (ret map[string]string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFieldTag ¶
GetFieldTag - return object field tag
func IterFields ¶
IterFields - iterate through struct fields
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.