[feat] 定时任务支持

This commit is contained in:
what 2023-10-30 17:14:47 +08:00
parent 0e01887df0
commit 138c9f226d

View File

@ -11,5 +11,5 @@ type Service interface {
GetAppController(code string) (Controller, bool) GetAppController(code string) (Controller, bool)
GetAppGRpc(code string) (GRpc, bool) GetAppGRpc(code string) (GRpc, bool)
GetAppJob(code string) (Job, bool) GetAppJob(code string) (Job, bool)
GetCron(code string) (Cron, bool) GetAppCron(code string) (Cron, bool)
} }