doc: add NotEmpty to string validators (#802)

This commit is contained in:
Ariel Mashraki
2020-09-28 21:02:23 +03:00
committed by GitHub
parent f93dffcf10
commit f9be692353

View File

@@ -291,6 +291,7 @@ The framework provides a few built-in validators for each type:
- `MinLen(i)`
- `MaxLen(i)`
- `Match(regexp.Regexp)`
- `NotEmpty`
## Optional