From 138c9f226d126fa8c935e6df7dce1eccb83d1e28 Mon Sep 17 00:00:00 2001 From: what Date: Mon, 30 Oct 2023 17:14:47 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.go b/service.go index 03666e3..e5ea569 100644 --- a/service.go +++ b/service.go @@ -11,5 +11,5 @@ type Service interface { GetAppController(code string) (Controller, bool) GetAppGRpc(code string) (GRpc, bool) GetAppJob(code string) (Job, bool) - GetCron(code string) (Cron, bool) + GetAppCron(code string) (Cron, bool) }