package
0.11.3
Repository: https://github.com/google/cloudprober.git
Documentation: pkg.go.dev

# Packages

Package http provides an HTTP validator for the Cloudprober's validator framework.
Package integrity provides data integrity validator for the Cloudprober's validator framework.
No description provided by the author
Package regex provides regex validator for the Cloudprober's validator framework.

# Functions

Init initializes the validators defined in the config.
RunValidators runs the list of validators on the given response and responseBody, updates the given validationFailure map and returns the list of failures.
ValidationFailureMap returns an initialized validation failures map.

# Structs

Input encapsulates the input for validators.
Validator implements a validator.