temp
This commit is contained in:
12
internal/marketplace/fx.go
Normal file
12
internal/marketplace/fx.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package marketplace
|
||||
|
||||
import "go.uber.org/fx"
|
||||
|
||||
var Module = fx.Options(
|
||||
fx.Provide(
|
||||
NewDBRepository,
|
||||
),
|
||||
fx.Invoke(
|
||||
Register,
|
||||
),
|
||||
)
|
||||
Reference in New Issue
Block a user