From 107e7690a018772eafd876fae54b44bcf20209dc Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 22 Jan 2019 17:25:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BAPubsubService=5FSubs?= =?UTF-8?q?cribeServer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch4-rpc/ch4-04-grpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch4-rpc/ch4-04-grpc.md b/ch4-rpc/ch4-04-grpc.md index a829223..2c68816 100644 --- a/ch4-rpc/ch4-04-grpc.md +++ b/ch4-rpc/ch4-04-grpc.md @@ -294,7 +294,7 @@ type PubsubServiceClient interface { ) } -type HelloService_SubscribeServer interface { +type PubsubService_SubscribeServer interface { Send(*String) error grpc.ServerStream }