google.golang.org/grpc/internal/transport.dataFrame.streamID (field)
6 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L132: streamID uint32
controlbuf.go#L705: str, ok := l.estdStreams[df.streamID]
controlbuf.go#L847: if err := l.framer.fr.WriteData(dataItem.streamID, dataItem.endStream, nil); err != nil {
controlbuf.go#L909: if err := l.framer.fr.WriteData(dataItem.streamID, endStream, buf[:size]); err != nil {
http2_client.go#L880: streamID: s.id,
http2_server.go#L933: streamID: s.id,
![]() |
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. |