more comments
This commit is contained in:
@ -167,8 +167,9 @@ type Stream struct {
|
|||||||
// nil for client side Stream.
|
// nil for client side Stream.
|
||||||
st ServerTransport
|
st ServerTransport
|
||||||
// ctx is the associated context of the stream.
|
// ctx is the associated context of the stream.
|
||||||
ctx context.Context
|
ctx context.Context
|
||||||
cancel context.CancelFunc
|
cancel context.CancelFunc
|
||||||
|
// earlyDone is closed when the final status arrives prematurely.
|
||||||
earlyDone chan struct{}
|
earlyDone chan struct{}
|
||||||
// method records the associated RPC method of the stream.
|
// method records the associated RPC method of the stream.
|
||||||
method string
|
method string
|
||||||
|
Reference in New Issue
Block a user