chore: add oapi-codegen.yaml
This commit is contained in:
parent
8c1976302d
commit
d4c1af4831
1 changed files with 8 additions and 0 deletions
8
oapi-codegen.yaml
Normal file
8
oapi-codegen.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/deepmap/oapi-codegen/HEAD/configuration-schema.json
|
||||||
|
package: server
|
||||||
|
generate:
|
||||||
|
models: true
|
||||||
|
chi-server: true
|
||||||
|
strict-server: true
|
||||||
|
embedded-spec: true
|
||||||
|
output: ./internal/server/api.gen.go
|
||||||
Reference in a new issue