validation

package
v1.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetContextObject

func GetContextObject[T any](o *Options) *T

func NewMapKeyError added in v0.2.1

func NewMapKeyError(err error, core CoreModeler, node mapKeyNodeGetter, key string) error

func NewMapValueError added in v0.2.1

func NewMapValueError(err error, core CoreModeler, node mapValueNodeGetter, key string) error

func NewSliceError added in v0.2.1

func NewSliceError(err error, core CoreModeler, node sliceNodeGetter, index int) error

func NewValidationError added in v1.0.0

func NewValidationError(err error, node *yaml.Node) error

func NewValueError added in v0.2.1

func NewValueError(err error, core CoreModeler, node valueNodeGetter) error

func SortValidationErrors added in v1.0.0

func SortValidationErrors(allErrors []error)

SortValidationErrors sorts the provided validation errors by line and column number lowest to highest.

Types

type CoreModeler added in v0.2.1

type CoreModeler interface {
	GetRootNode() *yaml.Node
}

type Error

type Error struct {
	UnderlyingError error
	Node            *yaml.Node
}

Error represents a validation error and the line and column where it occurred TODO allow getting the JSON path for line/column for validation errors

func (Error) Error

func (e Error) Error() string

func (Error) GetColumnNumber added in v1.0.0

func (e Error) GetColumnNumber() int

func (Error) GetLineNumber added in v1.0.0

func (e Error) GetLineNumber() int

func (Error) Unwrap added in v0.2.2

func (e Error) Unwrap() error

type MissingFieldError added in v0.2.2

type MissingFieldError struct {
	Msg string
}

func NewMissingFieldError added in v0.2.2

func NewMissingFieldError(msg string, args ...any) *MissingFieldError

func (MissingFieldError) Error added in v0.2.2

func (e MissingFieldError) Error() string

type MissingValueError added in v0.2.2

type MissingValueError struct {
	Msg string
}

func NewMissingValueError added in v0.2.2

func NewMissingValueError(msg string, args ...any) *MissingValueError

func (MissingValueError) Error added in v0.2.2

func (e MissingValueError) Error() string

type Option

type Option func(o *Options)

func WithContextObject

func WithContextObject[T any](obj *T) Option

type Options

type Options struct {
	ContextObjects map[reflect.Type]any
}

func NewOptions

func NewOptions(opts ...Option) *Options

type TypeMismatchError added in v0.2.2

type TypeMismatchError struct {
	Msg string
}

func NewTypeMismatchError added in v0.2.2

func NewTypeMismatchError(msg string, args ...any) *TypeMismatchError

func (TypeMismatchError) Error added in v0.2.2

func (e TypeMismatchError) Error() string

type ValueValidationError added in v0.2.2

type ValueValidationError struct {
	Msg string
}

func NewValueValidationError added in v0.2.2

func NewValueValidationError(msg string, args ...any) *ValueValidationError

func (ValueValidationError) Error added in v0.2.2

func (e ValueValidationError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL