From 1174b47475828f42fc02ea5a27831f4a5eac4eb9 Mon Sep 17 00:00:00 2001 From: duanhf2012 <6549168@qq.com> Date: Tue, 4 Apr 2023 16:36:05 +0800 Subject: [PATCH] =?UTF-8?q?IService=E6=8E=A5=E5=8F=A3=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=89=A9=E5=B1=95IConcurrent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/service.go b/service/service.go index a91f0bf..9a9d28d 100644 --- a/service/service.go +++ b/service/service.go @@ -20,6 +20,7 @@ var timerDispatcherLen = 100000 var maxServiceEventChannelNum = 2000000 type IService interface { + concurrent.IConcurrent Init(iService IService,getClientFun rpc.FuncRpcClient,getServerFun rpc.FuncRpcServer,serviceCfg interface{}) Stop() Start()