package
0.0.0-20240523144707-f5b61b103af6
Repository: https://github.com/packetloop/zgrab2.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewProcessor returns a new Processor instance with the default settings.
NullProcessCallback is the default ProcessCallback; it just returns nil.
Process the given value recursively using the default options.
# Type aliases
ProcessCallback is called for each element in a struct; if it returns a non-nil value, that value will be used and further processing on that element will be skipped.