Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrConvertMapStringSlice can not covert to map[string][]string ErrConvertMapStringSlice = errors.New("can not convert to map slices of strings") // ErrConvertToMapString can not convert to map[string]string ErrConvertToMapString = errors.New("can not convert to map of strings") )
Functions ¶
func ITranslator ¶
func ITranslator(v *validator.Validate, trans ut.Translator)
======================================================================================== * * 功能:自定义翻译器 * 描述:这里编写自定义的规则 * 参考:https://github.com/go-playground/validator/blob/v9/_examples/translations/main.go * ========================================================================================
func IValidateRule ¶
func IValidateRule(v *validator.Validate)
====================================================================== * * 功能:自定义验证规则 * 描述:这里编写自定义的规则 * ======================================================================
func ValidateParam ¶
====================================================================== * * 功能:验证参数 和 报错信息 本地化翻译 * ======================================================================
Types ¶
Click to show internal directories.
Click to hide internal directories.