Add OpenAPI specs

This commit is contained in:
nemunaire 2025-10-28 18:25:45 +07:00
commit cc5ed5f23e
7 changed files with 824 additions and 0 deletions

4
generate.go Normal file
View file

@ -0,0 +1,4 @@
package main
//go:generate go tool oapi-codegen -config oapi-types.cfg.yaml openapi.yaml
//go:generate go tool oapi-codegen -config oapi-gin.cfg.yaml openapi.yaml