validator

package
v0.0.0-...-9e98dbc Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIBodyValidationError

type APIBodyValidationError struct {
	Details any
	Error   api.ErrorType
}

func MustBindAndValidate

func MustBindAndValidate[T any](ctx echo.Context) (T, *APIBodyValidationError)

type ValidationError

type ValidationError struct {
	Field string `json:"field"`
	Error string `json:"error"`
}

func Validate

func Validate[T any](v T) []*ValidationError

Jump to

Keyboard shortcuts

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