chore: add oapi-codegen config
This commit is contained in:
parent
04d261bb5d
commit
f62cf72f67
1 changed files with 6 additions and 0 deletions
6
oapi-codegen.yaml
Normal file
6
oapi-codegen.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package: api
|
||||
generate:
|
||||
- types
|
||||
- fiber
|
||||
- spec
|
||||
output: ./internal/api/api.gen.go
|
||||
Reference in a new issue