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