package
0.0.0-20241127014120-263901b8262c
Repository: https://github.com/joshuakinkade/go-site.git
Documentation: pkg.go.dev
# 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.