Documentation
¶
Overview ¶
Package validate handles validation of the parsed tree structure
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ValidationError ¶
type ValidationError struct {
Path string // Path where error occurred
Message string // Error message
Type ErrorType
}
ValidationError represents a validation error
func (*ValidationError) Error ¶
func (e *ValidationError) Error() string
type ValidationResult ¶
ValidationResult contains all validation errors found
Click to show internal directories.
Click to hide internal directories.