package dingtalk import ( "github.com/google/wire" ) var ProviderSetDingTalk = wire.NewSet( NewUser, NewAuth, NewDept, NewSendCardClient, )