Documentation
¶
Overview ¶
Package validate contains Validator implementations.
Index ¶
Constants ¶
View Source
const RecordedOutputKey = "__recorded_output"
RecordedOutputKey is the key used to store the pre-recored output in the input itself. It can be used to handle pre-computed runs.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONValidator ¶
type JSONValidator[Input any] struct { // contains filtered or unexported fields }
JSONValidator validates the input against a JSON schema.
Click to show internal directories.
Click to hide internal directories.