This commit is contained in:
Deluan 2023-05-22 11:59:33 -04:00 committed by Deluan
parent 09e52eba87
commit ea231fe265
8 changed files with 142 additions and 90 deletions

View file

@ -1,4 +1,3 @@
//go:generate npx swagger-cli bundle ../../api/spec.yml --outfile ../../api/openapi.yaml --type yaml
//go:generate go run github.com/deepmap/oapi-codegen/cmd/oapi-codegen -config ./openapi_api.cfg.yaml "../../api/openapi.yaml"
//go:generate go run github.com/deepmap/oapi-codegen/cmd/oapi-codegen -config ./openapi_types.cfg.yaml "../../api/openapi.yaml"