go-ozzo/ozzo-validation
An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
GoMIT
Issues
- 0
Ozzo-validation Linter
#196 opened by samber - 0
E164 compliance regex is wrong must not accept phone numbers without "+" at the beginning
#195 opened by Wigwamwam - 1
[discussion] How to validate an optional field?
#177 opened by aria3ppp - 1
Endless loop
#191 opened by pdxrlj - 0
Empty struct validation
#193 opened by satyap07 - 0
Skipping Validatable interface
#192 opened by rmscoal - 0
How to validate a boolean field
#190 opened by odannyc - 0
An alternated library for validation
#189 opened by Jh123x - 0
Conditional validation not working
#187 opened by e200 - 2
Validate required boolean field with `false`
#184 opened by moyuanhuang - 0
- 0
is.Latitude/Longitude
#185 opened by kurennoy16 - 3
Validate with zero number is not work
#183 opened by tranlongan051020 - 2
Is it possible to make a field both optional and required ONLY if the field is added?
#158 opened by darienmiller88 - 0
[FORK] New fork available @ invopop/validation
#181 opened by samlown - 0
Unexpected false-positive case when validating January 1st, Year 1 (01-01-0001)
#180 opened by emfloyd2 - 1
Validating int types
#161 opened by Dilbar97 - 2
bug about type alias
#174 opened - 8
Is there a maintained fork of ozzo-validation?
#162 opened by lazharichir - 0
is.Float with decimal places
#173 opened by rngallen - 0
is.Digit allow non digits
#172 opened by rngallen - 1
Stack overflow after recursive validation
#170 opened by silmin - 1
Boolean validation
#168 opened by f1forhelp - 0
Check for MIME Types
#169 opened by acabarbaye - 0
- 3
Unexpected behavior validating minimums
#165 opened by adrianbielsa1 - 0
[bug] DateRule assumes the date string to be in UTC
#166 opened by psrajat - 0
Add functionality of adding multiple validations
#164 opened by Manask322 - 0
ozzo-validation to be compatible with tinygo
#163 opened by filip-dahlberg - 1
Configurable valuer interface
#155 opened by oliy - 0
".By()" method not working for Map validation
#159 opened by darienmiller88 - 0
How to validate nested json request
#157 opened by henrycheung19 - 0
Validate time zone?
#153 opened by hsblhsn - 1
is.Email not working for jon@doe.ca
#152 opened by khanakia - 2
Ignoring extra keys in Validate.Map()
#148 opened by joshivaibhav - 0
Better Docs for translation section.
#150 opened by mhosseintaher - 2
LengthOfValue length of Chinese is wrong
#149 opened by liuaiyuan - 3
Nested struct validation based on field
#136 opened by RobinVdBroeck - 0
Nil pointer dereference with Errors.Error()
#147 opened by voroskoi - 2
- 2
Details on errors
#141 opened by maeglindeveloper - 0
isEmpty always returns false, if an argument is any struct other than time.Time
#143 opened by soranoba - 1
Details on error
#142 opened by maeglindeveloper - 0
showing '-' as field name in error for hidden fields
#140 opened by Siltaz - 6
Benchmarks, why is Ozzo the worst?
#137 opened by frederikhors - 0
- 0
- 0
- 0
Map validation doesn't apply custom error message
#134 opened by nagdar7 - 2
Stackoverflow validation.In()
#133 opened by maeglindeveloper