Documentation
¶
Overview ¶
* * @Author: myxy99 <myxy99@foxmail.com> * @Date: 2020/11/4 11:20
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ValidationError ¶
type ValidationError struct {
ErrMsg []string `json:"err_msg"`
}
func NewValidationError ¶
func NewValidationError(errMap map[string]string) *ValidationError
func (*ValidationError) Error ¶
func (r *ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.