validator

package
v0.0.0-...-32ec16d Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2024 License: Apache-2.0, MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	LocationRX = regexp.MustCompile(`^([A-Za-z\s.'-]+, )+[A-Za-z\s.'-]+$`)
	EmailRX    = regexp.MustCompile("^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$")
)

Functions

func IsURL

func IsURL(value string) bool

func Matches

func Matches(value string, rx *regexp.Regexp) bool

func MaxBytes

func MaxBytes(value string, n int) bool

func MaxChars

func MaxChars(value string, n int) bool

func MinBytes

func MinBytes(value string, n int) bool

func MinChars

func MinChars(value string, n int) bool

func NotBlank

func NotBlank(value string) bool

func PermittedValue

func PermittedValue[T comparable](value T, permittedValues ...T) bool

Types

type Validator

type Validator struct {
	NonFieldErrors []string
	FieldErrors    map[string]string
}

func New

func New() *Validator

func (*Validator) AddFieldError

func (v *Validator) AddFieldError(key, message string)

func (*Validator) AddNonFieldError

func (v *Validator) AddNonFieldError(message string)

func (*Validator) CheckField

func (v *Validator) CheckField(ok bool, key, message string)

func (*Validator) Valid

func (v *Validator) Valid() bool

Jump to

Keyboard shortcuts

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