initial commit
This commit is contained in:
13
internal/delivery/http/module.go
Normal file
13
internal/delivery/http/module.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package http
|
||||
|
||||
import (
|
||||
"go.uber.org/fx"
|
||||
|
||||
"base/internal/delivery/http/backoffice"
|
||||
"base/internal/delivery/http/platform"
|
||||
)
|
||||
|
||||
var Module = fx.Module(
|
||||
"http",
|
||||
fx.Provide(platform.New, backoffice.New),
|
||||
)
|
||||
Reference in New Issue
Block a user