feat: init
This commit is contained in:
parent
7688020b52
commit
6302dd62d6
33 changed files with 6027 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
generate-ogen:
|
||||
go run github.com/ogen-go/ogen/cmd/ogen@latest --target pkg/rest -package gsn --clean api/rest/gsn.swagger.yml
|
||||
|
||||
generate-sqlc:
|
||||
go run github.com/sqlc-dev/sqlc/cmd/sqlc@latest generate -f configs/sqlc.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue