重头再来
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package wire_generate
|
||||
|
||||
import (
|
||||
"Crimson-Gatekeeper/internal/common"
|
||||
"Crimson-Gatekeeper/internal/user"
|
||||
|
||||
"github.com/google/wire"
|
||||
)
|
||||
|
||||
func TestInit() *user.Controller {
|
||||
wire.Build(user.New, common.GetQuery, common.GetDataBaseClient)
|
||||
return &user.Controller{}
|
||||
}
|
||||
Reference in New Issue
Block a user