1
0
Fork 0

chore: add oapi-codegen config

This commit is contained in:
Vojtěch Mareš 2024-04-27 21:11:16 +02:00
parent 04d261bb5d
commit f62cf72f67
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

6
oapi-codegen.yaml Normal file
View file

@ -0,0 +1,6 @@
package: api
generate:
- types
- fiber
- spec
output: ./internal/api/api.gen.go