Add valix (request validator) (#4447)

This commit is contained in:
Martin "Marrow" Rowlinson 2022-10-31 00:51:15 +00:00 committed by GitHub
parent 23ea228e95
commit 762e2d1a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2707,6 +2707,7 @@ _Libraries for validation._
- [validate](https://github.com/gobuffalo/validate) - This package provides a framework for writing validations for Go applications. - [validate](https://github.com/gobuffalo/validate) - This package provides a framework for writing validations for Go applications.
- [validator](https://github.com/go-playground/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving. - [validator](https://github.com/go-playground/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving.
- [Validator](https://github.com/go-the-way/validator) - A lightweight model validator written in Go.Contains VFs:Min, Max, MinLength, MaxLength, Length, Enum, Regex. - [Validator](https://github.com/go-the-way/validator) - A lightweight model validator written in Go.Contains VFs:Min, Max, MinLength, MaxLength, Length, Enum, Regex.
- [valix](https://github.com/marrow16/valix) Go package for validating requests
**[⬆ back to top](#contents)** **[⬆ back to top](#contents)**