mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-13 12:50:25 +08:00
reafctor: 团队管理与授权凭证优化
This commit is contained in:
@@ -8,7 +8,6 @@ func InitIoc() {
|
||||
ioc.Register(new(machineAppImpl), ioc.WithComponentName("MachineApp"))
|
||||
ioc.Register(new(machineFileAppImpl), ioc.WithComponentName("MachineFileApp"))
|
||||
ioc.Register(new(machineScriptAppImpl), ioc.WithComponentName("MachineScriptApp"))
|
||||
ioc.Register(new(authCertAppImpl), ioc.WithComponentName("AuthCertApp"))
|
||||
ioc.Register(new(machineCronJobAppImpl), ioc.WithComponentName("MachineCronJobApp"))
|
||||
ioc.Register(new(machineTermOpAppImpl), ioc.WithComponentName("MachineTermOpApp"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user