1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 04:16:01 +00:00

修改为PubsubService_SubscribeServer

This commit is contained in:
Lucas 2019-01-22 17:25:40 +08:00
parent 46bbb0e350
commit 107e7690a0

View File

@ -294,7 +294,7 @@ type PubsubServiceClient interface {
)
}
type HelloService_SubscribeServer interface {
type PubsubService_SubscribeServer interface {
Send(*String) error
grpc.ServerStream
}