package
0.0.47
Repository: https://github.com/khulnasoft-lab/utils.git
Documentation: pkg.go.dev

# Functions

Walk traverses a struct and executes a callback function on each field in the struct.

# Type aliases

CallbackFunc on the struct field example: structValue := reflect.ValueOf(s) ..