mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
comment update for package gvalid
This commit is contained in:
@ -84,7 +84,7 @@ func (v *Validator) checkRequired(value interface{}, ruleKey, rulePattern string
|
||||
}
|
||||
}
|
||||
|
||||
// Required if all of given fields are not empty.
|
||||
// Required if all given fields are not empty.
|
||||
// Example: required-with:id,name
|
||||
case "required-with-all":
|
||||
required = true
|
||||
|
||||
Reference in New Issue
Block a user