google.golang.org/grpc/internal/transport.outStream.id (field)
6 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L207: id uint32
controlbuf.go#L597: id: h.streamID,
controlbuf.go#L633: id: h.streamID,
controlbuf.go#L644: if err := hdr.initStream(str.id); err != nil {
controlbuf.go#L651: if err := l.writeHeader(str.id, hdr.endStream, hdr.hf, hdr.onWrite); err != nil {
controlbuf.go#L654: l.estdStreams[str.id] = str
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |