package
1.1.3
Repository: https://github.com/accreativesoft/go-core.git
Documentation: pkg.go.dev

# Functions

Fields returns the struct fields names list.
FieldsDeep returns "flattened" fields (fields from anonymous inner structs are treated as normal fields).
No description provided by the author
GetField returns the value of the provided obj field.
GetFieldKind returns the kind of the provided obj field.
GetFieldTag returns the provided obj field tag value.
GetFieldType returns the kind of the provided obj field.
HasField checks if the provided field name is part of a struct.
Ejecuta metodo por refleccion.
Ejecuta metodo por refleccion.
Items returns the field - value struct pairs as a map.
FieldsDeep returns "flattened" items (fields from anonymous inner structs are treated as normal fields).
SetField sets the provided obj field with provided value.
Tags lists the struct tag fields.
FieldsDeep returns "flattened" tags (fields from anonymous inner structs are treated as normal fields).