package
0.3.0
Repository: https://github.com/thumbrise/validrator.git
Documentation: pkg.go.dev

# Functions

Validate method processes validation of map by rules.

# Constants

TagRequired define rule which returns in validation error when field empty or even does not exist.

# Structs

Error are set of fail entries.
FieldValidationFail is fail entry of field.
Validatable is type for input of validation.

# Type aliases

RuleHandlerFunc is type for custom handler.