Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidatorErrorMessage ¶
Types ¶
type ValidatorErrorFieldListStruct ¶
type ValidatorErrorFieldListStruct struct { Field string `json:"field"` InputValue interface{} `json:"value"` ErrorMsg string `json:"error_message"` }
func Validate ¶
func Validate(validateStruct interface{}) (isValidatePass bool, errorFieldList []ValidatorErrorFieldListStruct, validatorError error)
Click to show internal directories.
Click to hide internal directories.