mirror of https://github.com/grpc/grpc-go.git
commit
f60b56c6d8
|
|
@ -326,7 +326,7 @@ type Options struct {
|
||||||
Delay bool
|
Delay bool
|
||||||
}
|
}
|
||||||
|
|
||||||
// CallHdr carries the metadata from client to server.
|
// CallHdr carries the information of a particular RPC.
|
||||||
type CallHdr struct {
|
type CallHdr struct {
|
||||||
Host string // peer host
|
Host string // peer host
|
||||||
Method string // the operation to perform on the specified host
|
Method string // the operation to perform on the specified host
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue