type google.golang.org/grpc/internal/transport.dataFrame
7 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L131: type dataFrame struct {
controlbuf.go#L141: func (*dataFrame) isTransportResponseFrame() bool { return false }
controlbuf.go#L704: func (l *loopyWriter) preprocessData(df *dataFrame) error {
controlbuf.go#L792: case *dataFrame:
controlbuf.go#L838: dataItem := str.itl.peek().(*dataFrame) // Peek at the first data item this stream.
http2_client.go#L879: df := &dataFrame{
http2_server.go#L932: df := &dataFrame{
![]() |
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. |