checker
Input validator
A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions.
Checker is a Go library for validating user input through checker rules provided in struct tags.
9 stars
2 watching
0 forks
Language: Go
last commit: 22 days ago
Linked from 1 awesome list
field-validationfield-validatorgogolangstruct-validatorvalidationvalidator
Related projects:
Repository | Description | Stars |
---|---|---|
twharmon/govalid | Struct validation using tags | 46 |
gookit/validate | A comprehensive data validation and filtering tool for Go | 1,075 |
tiendc/go-validator | A validation library for Go that provides a set of reusable validation functions and rules to validate data structures. | 15 |
gobuffalo/validate | A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures. | 94 |
go-the-way/validator | A lightweight model validator written in Go. | 7 |
guiferpa/gody | A lightweight struct validator for Go. | 79 |
roblaszczak/go-cleanarch | A tool to validate and enforce Clean Architecture rules in Go projects | 874 |
guyskk/validr | A fast and extensible Python library for data validation | 212 |
shezadkhan137/required | A library to simplify validation by providing a declarative way to define and reuse validation logic across multiple fields. | 60 |
mccoyst/validate | A tool to automatically validate fields with tags in Go programs | 61 |
jfilipczyk/gomatch | A JSON matcher library that helps validate JSON responses by focusing on essential parts of the response | 47 |
thedevsaddam/govalidator | Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
mwitkow/go-proto-validators | Automates validation of Go proto structs based on .proto annotations. | 1,089 |
jgroeneveld/schema | Expresses validation rules for JSON data structures in a structured way | 21 |
marrow16/valix | A package for validating API requests before they are processed by an application. | 29 |