//
pkg.gl
Category
github.com/superproj/onex
pkg
validation
package
0.2.0-alpha.3
Repository:
https://github.com/superproj/onex.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
193 SLOC
#
Functions
GetExportedFieldNames
GetExportedFieldNames 返回传入结构体中所有可导出的字段名字.
NewValidator
NewValidator creates and initializes a custom validator.
ValidateAllFields
No description provided by the author
ValidateSelectedFields
通用校验函数.
ValidRequired
ValidRequired 验证结构体中的必需字段是否存在且不为空.
#
Variables
ProviderSet
ProviderSet is the validator providers.
#
Structs
Validator
Validator implements the validate.IValidator interface.
#
Type aliases
Rules
定义验证规则类型.
ValidatorFunc
定义验证函数类型.