mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 04:22:22 +00:00
修改为PubsubService_SubscribeServer
This commit is contained in:
parent
46bbb0e350
commit
107e7690a0
@ -294,7 +294,7 @@ type PubsubServiceClient interface {
|
||||
)
|
||||
}
|
||||
|
||||
type HelloService_SubscribeServer interface {
|
||||
type PubsubService_SubscribeServer interface {
|
||||
Send(*String) error
|
||||
grpc.ServerStream
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user