package
0.0.0-20241013152343-f0a4b7fdec3d
Repository: https://github.com/code-chimp/snippetbox.git
Documentation: pkg.go.dev

# Functions

Matches returns true if the value matches the regular expression.
MaxLength returns true if the value is less than or equal to the max length.
MinLength returns true if the value is greater than or equal to the min length.
NotBlank returns true if the value is not empty.
PermittedValue returns true if the value is in the list of permitted values.

# Variables

No description provided by the author

# Structs

Validator is a struct that contains a map of field errors.