Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ValidationError ¶ added in v1.68.0
type ValidationError struct {
Message string `json:"message" yaml:"message"`
}
ValidationError represents a structured validation error
type ValidationResult ¶ added in v1.68.0
type ValidationResult struct {
Passed bool `json:"passed" yaml:"passed"`
Error *ValidationError `json:"error,omitempty" yaml:"error,omitempty"`
}
ValidationResult represents the structured output of validation
Click to show internal directories.
Click to hide internal directories.