From 70269f22e9f04b1ecda717d2020199c989902f6c Mon Sep 17 00:00:00 2001 From: what Date: Tue, 23 May 2023 17:14:02 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E6=96=B0=E5=A2=9EgRPC=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller.go b/controller.go index f346a1f..0900fa3 100644 --- a/controller.go +++ b/controller.go @@ -17,7 +17,7 @@ type Controller interface { } type GRpController interface { - GetGRpcServiceDesc() grpc.ServiceDesc + GetGRpcServiceDesc() *grpc.ServiceDesc } type BaseController struct {