package
0.0.4
Repository: https://github.com/calvine/simplevalidation.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

This allows you to register custom validator to be read from struct field tag validatoin data.
The Validator parameter is present to allow for validating non struct values.
This function validates an input struct based on the validation tags is has in its tag data.

# Structs

ValidationError represents the overall validation state of a value.