From ff5f79eda2f207d5d7f55f7769e80ef4dae1f58b Mon Sep 17 00:00:00 2001 From: what Date: Mon, 24 Apr 2023 15:06:47 +0800 Subject: [PATCH] =?UTF-8?q?[style]=20Service=20=E6=88=90=E5=91=98=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E4=BC=98=E5=8C=96?= 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 a6124af..066d28e 100644 --- a/service.go +++ b/service.go @@ -2,5 +2,5 @@ package contracts type Service interface { GetResListener(code string) ResListener - GetControllerr(code string) Controller + GetAppControllerr(code string) Controller }