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