#1 Validator
Package validator implements value validations for structs and individual fields based on tags.
Health score 56/100, confidence 40/100.
| Latest version | Unknown |
| Imported by | 220 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | Unknown |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| XMLRoundtripError | Type | type XMLRoundtripError struct{ ... } |
| XMLRoundtripError.Error | Method | func (err XMLRoundtripError) Error() string |
| XMLRoundtripError.Expected | Field | Expected xml.Token |
| XMLRoundtripError.Observed | Field | Observed xml.Token |
| XMLRoundtripError.Overflow | Field | Overflow []byte |
| XMLValidationError | Type | type XMLValidationError struct{ ... } |
| XMLValidationError.Column | Field | Column int64 |
| XMLValidationError.End | Field | End int64 |
| XMLValidationError.Error | Method | func (err XMLValidationError) Error() string |
| XMLValidationError.Line | Field | Line int64 |
| XMLValidationError.Start | Field | Start int64 |
| XMLValidationError.Unwrap | Method | func (err XMLValidationError) Unwrap() error |
Package validator implements value validations for structs and individual fields based on tags.
[Go] Package of validators and sanitizers for strings, numerics, slices and structs
⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。
Package validator implements value validations for structs and individual fields based on tags.
[Go] Package of validators and sanitizers for strings, numerics, slices and structs
⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。
Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
Package validation provides configurable and extensible rules for validating data of various types.