# 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.