package
1.0.2
Repository: https://github.com/iasthc/hsuan-fuzz.git
Documentation: pkg.go.dev

# Functions

GetToken obtains the authorization key based on the input information.
New will create a new HsuanFuzz, which is also initialized.

# Structs

Coverage records the test coverage level of each path.
Criteria is used to verify the test coverage model.
Dependency is used to manually enter the dependency of the path.
DependencyInfo presents the dependency of the path.
DependencyItem presents the ID and source required by the current path.
DependencyPost is used to define test coverage level 7.
DependencyPostItem presents the required request method and path.
DependencySource presents the source path and the ID field of the response.
HsuanFuzz is the main structure of fuzzer.
InputCriteria is used to verify the input of the test coverage model.
OutputCriteria is used to verify the output of the test coverage model.
PathInfo is used to display request information more easily.
PathInfoMethod presents methods of the path.
PathInfoParameter presents parameters of the path.
ResponseInfo is used to carry request and response information.
Token is used to manually enter service authorization information.