package
Version:
v1.18.0
Opens a new window with list of versions in this module.
Published: Aug 27, 2020
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func AddTagParsers(parser tagParser)
AddTagParsers used in fieldName
CheckErrors of validator and return formatted errors:
type Options struct {
Struct interface{}
Errors error
Formatter func(fields []string) string
}
Options to call CheckErrors method
type Validator interface {
Validate(interface{}) error
}
Validator is the interface that wraps the Validate function.
New creates new wrapper of validator for echo.Validator
Source Files
¶
Click to show internal directories.
Click to hide internal directories.