validation

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2025 License: MIT Imports: 3 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 NewNodeError added in v0.2.1

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

func NewSliceError added in v0.2.1

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

func NewValueError added in v0.2.1

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

Types

type CoreModeler added in v0.2.1

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

type Error

type Error struct {
	UnderlyingError error
	Line            int
	Column          int
}

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) 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