#1 Validator
Package validator implements value validations for structs and individual fields based on tags.
Generate message validators from .proto annotations.
Health score 60/100, confidence 50/100.
| Latest version | Unknown |
| Imported by | 0 packages |
| Stars | 1.1K |
| Forks | 164 |
| Last activity | 2 years ago |
| Latest release | v0.3.2 (5 years ago) |
| License | Apache-2.0 |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| No symbol preview available from pkg.go.dev for this refresh. | ||
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.