init: taotie-api 项目初始化
This commit is contained in:
11
service/service.go
Normal file
11
service/service.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"github.com/google/wire"
|
||||
)
|
||||
|
||||
// 依赖注入节点
|
||||
var ServiceProd = wire.NewSet(
|
||||
NewUserService,
|
||||
NewTenantService,
|
||||
)
|
||||
Reference in New Issue
Block a user