Skip to content

Commit

Permalink
修改为PubsubService_SubscribeServer
Browse files Browse the repository at this point in the history
  • Loading branch information
gofenix committed Jan 22, 2019
1 parent 46bbb0e commit 107e769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch4-rpc/ch4-04-grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ type PubsubServiceClient interface {
)
}

type HelloService_SubscribeServer interface {
type PubsubService_SubscribeServer interface {
Send(*String) error
grpc.ServerStream
}
Expand Down

0 comments on commit 107e769

Please sign in to comment.