feat: main assembly — wire all components, gin router, graceful shutdown

This commit is contained in:
2026-06-27 13:28:27 +08:00
parent 2271a54139
commit fa7f7490f5
6 changed files with 215 additions and 14 deletions
+1 -1
View File
@@ -3,6 +3,7 @@ module aiaa-notification-service
go 1.26.2
require (
github.com/gin-gonic/gin v1.12.0
github.com/go-sql-driver/mysql v1.10.0
github.com/jmoiron/sqlx v1.4.0
github.com/redis/go-redis/v9 v9.21.0
@@ -19,7 +20,6 @@ require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
github.com/gin-contrib/sse v1.1.0 // indirect
github.com/gin-gonic/gin v1.12.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.30.1 // indirect