package
Version:
v0.0.0-...-7fba91e
Opens a new window with list of versions in this module.
Published: Feb 11, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
FormatAsMap 将验证错误转换为 map 格式
FormatAsSlice 将验证错误转换为切片格式
func Validate(s interface{}) error
Validate 验证结构体
ValidationErrorString 将错误列表格式化为字符串
type Error struct {
Field string `json:"field"`
Message string `json:"message"`
Tag string `json:"tag,omitempty"`
}
Error 验证错误
ParseError 解析验证错误,返回结构化的错误列表
Source Files
¶
Click to show internal directories.
Click to hide internal directories.