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

Merge pull request #413 from zhenfeng-zhu/master

修改为PubsubService_SubscribeServer
This commit is contained in:
chai2010 2019-01-22 17:33:17 +08:00 committed by GitHub
commit 779d76fa88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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