Restructure project

This commit is contained in:
Florian Hoss 2023-07-04 23:07:23 +02:00
parent e44e7caa11
commit 16b2f17301
46 changed files with 1744 additions and 1265 deletions

View file

@ -7,7 +7,10 @@ case $action in
go install github.com/swaggo/swag/cmd/swag@latest
;;
"init")
swag init -g api/swagger.go
swag init --dir internal/controller -g ../router/router.go -pd
;;
"format")
swag fmt
;;
*)
exit 0