mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
refactor: 去除无用的getter方法
This commit is contained in:
@@ -28,10 +28,6 @@ func GetMachineScriptApp() MachineScript {
|
||||
return ioc.Get[MachineScript]("MachineScriptApp")
|
||||
}
|
||||
|
||||
func GetAuthCertApp() AuthCert {
|
||||
return ioc.Get[AuthCert]("AuthCertApp")
|
||||
}
|
||||
|
||||
func GetMachineCronJobApp() MachineCronJob {
|
||||
return ioc.Get[MachineCronJob]("MachineCronJobApp")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user