package
0.0.0-20221103190051-ae0bca9854e0
Repository: https://github.com/infosecual/go-fuzz-fill-utils.git
Documentation: pkg.go.dev

# Functions

ChainParallel indicates the Fuzzer is allowed to run the defined set of Steps in parallel.
NewFuzzer returns a Fuzzer, which relies on the input data []byte to control its subsequent operations.

# Variables

SupportedInterfaces enumerates interfaces that can be filled by Fill(&obj).

# Structs

Fuzzer is a utility object that can fill in many types such as io.Reader, structs, maps, and so on, as well as supports chaining over a set of functions in sequence, including connecting output to inputs and re-using inputs (e.g., to help exercise APIs like a Store followed by a Load).
Step describes an operation to step the system forward.

# Type aliases

No description provided by the author
No description provided by the author