1
0
Fork 0

feat: add Makefile for generating go code from openapi schema

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

3
Makefile Normal file
View file

@ -0,0 +1,3 @@
.PHONY: generate
generate:
oapi-codegen -config ./oapi-codegen.yaml ./api/v1/openapi.yaml