mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
fix typo in InvokeRpc() comment (#50)
This commit is contained in:
committed by
Joshua Humphries
parent
79a550b858
commit
2dd771c49e
@@ -323,7 +323,7 @@ type InvocationEventHandler interface {
|
|||||||
// the supplier has no more messages, it should return nil, io.EOF.
|
// the supplier has no more messages, it should return nil, io.EOF.
|
||||||
type RequestMessageSupplier func() ([]byte, error)
|
type RequestMessageSupplier func() ([]byte, error)
|
||||||
|
|
||||||
// InvokeRpc uses te given GRPC connection to invoke the given method. The given descriptor source
|
// InvokeRpc uses the given GRPC connection to invoke the given method. The given descriptor source
|
||||||
// is used to determine the type of method and the type of request and response message. The given
|
// is used to determine the type of method and the type of request and response message. The given
|
||||||
// headers are sent as request metadata. Methods on the given event handler are called as the
|
// headers are sent as request metadata. Methods on the given event handler are called as the
|
||||||
// invocation proceeds.
|
// invocation proceeds.
|
||||||
|
|||||||
Reference in New Issue
Block a user