validator

package
v0.0.0-...-96abd08 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: MIT Imports: 8 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 MustGetBody

func MustGetBody[T any](r *http.Request) (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