//
pkg.gl
Category
github.com/khulnasoft-lab/utils
structs
package
0.0.47
Repository:
https://github.com/khulnasoft-lab/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
25 SLOC
#
Functions
Walk
Walk traverses a struct and executes a callback function on each field in the struct.
#
Type aliases
CallbackFunc
CallbackFunc on the struct field example: structValue := reflect.ValueOf(s) ..