Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidationWithTag ¶ added in v0.1.15
Validation convert error to error msg by tag name
Types ¶
type Validator ¶
type Validator struct { Tag string // tag name Msg string // error msg Field string // field name Func validator.Func // validator function }
Validator struct
func NewValidator ¶
func NewValidatorWithField ¶ added in v0.1.15
Click to show internal directories.
Click to hide internal directories.