add initial application structure with configuration, logging, and health check endpoints
This commit is contained in:
@@ -14,6 +14,7 @@ var Module = fx.Options(
|
||||
fx.Provide(
|
||||
infraLog.NewLogger,
|
||||
db.NewMySQL,
|
||||
db.NewEntClient,
|
||||
cache.NewRedis,
|
||||
http.NewEcho,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user