package
0.0.0-20241127014120-263901b8262c
Repository: https://github.com/joshuakinkade/go-site.git
Documentation: pkg.go.dev

# Functions

Integer returns and empty IntegerValidator.
No description provided by the author
String returns an empty string validator.

# Structs

IntegerValidator checks that an integer field is in bounds.
No description provided by the author
StringValidator validates that the strings match a regex pattern and are within a minimum and maximum length.

# Interfaces

Validator defines an interface.