gody
Struct Validator
A lightweight struct validator for Go.
A lightweight struct validator for Go
91 stars
3 watching
6 forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists
gogolangstructstruct-tagsvalidatorvalidator-struct
Related projects:
Repository | Description | Stars |
---|---|---|
twharmon/govalid | Struct validation using tags | 51 |
gookit/validate | A comprehensive data validation and filtering tool for Go | 1,079 |
go-the-way/validator | A lightweight model validator written in Go. | 7 |
gobuffalo/validate | A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures. | 95 |
cinar/checker | A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions. | 10 |
mwitkow/go-proto-validators | Automates validation of Go proto structs based on .proto annotations. | 1,088 |
tiendc/go-validator | A fast and intuitive validation library for Go that uses pre-existing Is... functions from the govalidator project. | 22 |
thedevsaddam/govalidator | Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
jgroeneveld/schema | Expresses validation rules for JSON data structures in a structured way | 21 |
funcool/struct | A library providing a way to validate the structure of data in Clojure applications. | 119 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,046 |
roblaszczak/go-cleanarch | A tool to validate and enforce Clean Architecture rules in Go projects | 885 |
hlandau/passlib | A password validation library in Go inspired by Python's passlib. | 288 |
go-playground/validator | Package provides a comprehensive validation framework for Go structs and fields | 17,080 |
faceair/jio | Provides a flexible and efficient way to validate JSON data in Go applications | 112 |