Pages · togo
Validation
Request validation (togo-framework/validation) uses validate struct tags.
Generated REST handlers run it on the request body and return 422 with field
errors before touching the database.
go
Rules: required, email, url, uuid, min, max, len, in, numeric (nullable-aware).