validator

package
v0.0.0-...-681ddbc Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MaxChars

func MaxChars(value string, n int) bool

func NotBlank

func NotBlank(value string) bool

func PermittedInt

func PermittedInt(value int, permittedValues ...int) bool

Types

type Validator

type Validator struct {
	FieldErrors map[string]string
}

func (*Validator) AddFieldError

func (v *Validator) AddFieldError(key, 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