thedevsaddam/govalidator
Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
GoMIT
Issues
- 2
- 1
Bail on first error
#89 opened by jcobhams-cp - 1
confirm password validation
#105 opened by ABD-ULZIZMAHMOUD - 5
how to validate struct in struct?
#120 opened by YellowWinterSun - 1
Nested validation doesn't working
#124 opened by ziasultan2 - 1
Can I use this with Echo?
#123 opened by canaan5 - 1
- 0
Invalid Read on closed Body
#122 opened by ziasultan2 - 1
- 2
- 0
How to validate slice of struct ?
#118 opened by mdsohelmia - 0
Regex for blank space is not working
#113 opened by akshay-pj-open - 0
- 0
Support for Validating multiple files.
#110 opened by rexfordnyrk - 1
How to validate with nested struct ?
#107 opened by dederz - 0
- 3
How to use it on GoFiber?
#104 opened by kmacute - 0
Reject superfluous properties
#103 opened - 3
How to validate slice of struct field
#88 opened by bhill77 - 0
decimal.Decimal field can not be parsed correctly.
#102 opened by vx416 - 1
how to valide a multiple nested struct
#90 opened by sebas22dc - 1
- 0
Latitude & Longitude doesn't validate
#98 opened by rebootcode - 2
Map validated query\form to a struct.
#97 opened by rstrlcpy - 0
- 1
Not working on a password string field
#91 opened by Fyb3roptik - 2
Fields with string base types cannot be optional
#73 opened by RobvH - 0
- 4
Require integer to exist and let it equal 0
#87 opened by veeral-patel - 1
- 1
Cannot read body after JSON validation
#85 opened by System-Glitch - 6
email required when no required rule is set
#47 opened by g13013 - 1
Support Date Time
#82 opened by AnthonyNixon - 0
overflow issue in golang playground
#76 opened by mwiede - 0
send params to govalidator custom messages
#79 opened by aliworkshop - 0
- 0
URLs containing url encoded chars (% encoded spaces, etc) should be seen as valid
#74 opened by RobvH - 1
- 2
Implement translation message
#60 opened by nipeharefa - 1
date validation fails for date:dd-mm-yyyy.
#70 opened by anant-barlota - 0
Required on "map" are not working
#62 opened by tiagoacardoso - 2
Validating request body always returns error
#56 opened by CodebyOmar - 3
digits:int goes scientific at 13 digits
#48 opened by setheen - 1
1000000 or more is not validate as numeric
#49 opened by rimantoro - 1
Validate array of string
#46 opened by vcGF - 3
- 0
Gocritic 3.3 warning typeSwitchVar
#44 opened by kveselkov - 5
validator throws a "required field" error even if the data is present in the payload
#43 opened by areyohrahul - 1
i want validator data 2 level
#36 opened by baseron01 - 1
How can i validate fasthttp.RequestCtx
#35 opened by maslennikov-yv