From e5bc08a4f5d3d50387ea70adb06c1f18da4c2493 Mon Sep 17 00:00:00 2001 From: what Date: Tue, 25 Apr 2023 09:35:06 +0800 Subject: [PATCH] =?UTF-8?q?[style]=20=E4=BC=98=E5=8C=96=20Service=20?= =?UTF-8?q?=E5=91=BD=E5=90=8D?= 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 e241ac7..f2281d5 100644 --- a/service.go +++ b/service.go @@ -1,7 +1,7 @@ package contracts type Service interface { - Load(file string) error + LoadGoPlugin(file string) error GetResListener(code string) (ResListener, bool) GetAppController(code string) (Controller, bool) }