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