package
0.0.0-20240717021838-601228c88e2b
Repository: https://github.com/gemini-oss/rego.git
Documentation: pkg.go.dev
# Functions
DerefPointers takes a reflect.Value and recursively dereferences it if it's a pointer.
FlattenStructFields parses a struct and its nested fields, if any, to a flat slice.
GenerateFieldNames recursively generates field names from a struct, dereferencing pointers as needed, and returns a pointer to a slice of strings.
* Print a struct as a JSON string
*/.
TableToStructs converts a [][]string into a slice of structs, with the first row as headers.
No description provided by the author