add initial application structure with configuration, logging, and health check endpoints
This commit is contained in:
9
internal/service/module.go
Normal file
9
internal/service/module.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package service
|
||||
|
||||
import "go.uber.org/fx"
|
||||
|
||||
var Module = fx.Options(
|
||||
fx.Provide(
|
||||
NewHealthService,
|
||||
),
|
||||
)
|
||||
Reference in New Issue
Block a user