1 مستودع
Injecting custom validation logic into auto-generated data models through templates or type reuse.
Distinct from Custom Validators: Distinct from Custom Validators: applies validation injection specifically within code generation pipelines, not general runtime validation.
Explore 1 awesome GitHub repository matching software engineering & architecture · Generated Model Validators. Refine with filters or upvote what's useful.
go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command
Allows injection of custom validation logic into generated Go struct models.