Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EmailRegExp = 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 PermittedValue ¶
func PermittedValue[T comparable](value T, permittedValues ...T) bool
PermittedValue checks if the value is in the list of permitted values.
Types ¶
type Validator ¶
func (*Validator) AddFieldError ¶
AddFieldError adds an error message for a specific field to the FieldErrors map.
func (*Validator) AddNonFieldError ¶
func (*Validator) CheckField ¶
CheckField checks a condition. If that fails, it adds an error message to the FieldErrors map.
Click to show internal directories.
Click to hide internal directories.