//
pkg.gl
Category
github.com/akornatskyy/goext
validator
package
1.4.5
Repository:
https://github.com/akornatskyy/goext.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
267 SLOC
#
Functions
Number
Number creates number validator builder to setup validation rules.
String
String creates string validator builder to setup validation rules.
#
Interfaces
NumberValidator
NumberValidator validates a numeric value and adds any errors into error state.
NumberValidatorBuilder
No description provided by the author
StringValidator
StringValidator validates a string value and adds any errors into error state.
StringValidatorBuilder
No description provided by the author