google.golang.org/grpc/internal/transport.Stream.method (field)
11 uses
google.golang.org/grpc/internal/transport (current package)
handler_server.go#L361: method: req.URL.Path,
handler_server.go#L374: s.ctx = ht.stats.TagRPC(s.ctx, &stats.RPCTagInfo{FullMethodName: s.method})
handler_server.go#L376: FullMethod: s.method,
http2_client.go#L377: method: callHdr.Method,
http2_server.go#L328: method: state.data.method,
http2_server.go#L417: s.ctx = traceCtx(s.ctx, s.method)
http2_server.go#L419: s.ctx = t.stats.TagRPC(s.ctx, &stats.RPCTagInfo{FullMethodName: s.method})
http2_server.go#L421: FullMethod: s.method,
transport.go#L245: method string // the associated RPC method of the stream
transport.go#L406: return s.method
transport.go#L505: return fmt.Sprintf("<stream: %p, %v>", s, s.method)
 |
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. |