openapi: move internal functions to separate api spec

This commit is contained in:
2024-12-14 11:48:24 -08:00
parent 4ce5d5e535
commit cd9bb17370
3 changed files with 102 additions and 37 deletions

@ -1,3 +1,4 @@
package main
//go:generate go run github.com/ogen-go/ogen/cmd/ogen@latest --target pkg/api --clean openapi.yaml
//go:generate go run github.com/ogen-go/ogen/cmd/ogen@latest --target pkg/internal --clean openapi-internal.yaml