package
0.2.14
Repository: https://github.com/projectdiscovery/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) ..