type google.golang.org/grpc/stats.InPayload
9 uses
google.golang.org/grpc/stats (current package)
stats.go#L56: type InPayload struct {
stats.go#L72: func (s *InPayload) IsClient() bool { return s.Client }
stats.go#L74: func (s *InPayload) isRPCStats() {}
google.golang.org/grpc
server.go#L1175: sh.HandleRPC(stream.Context(), &stats.InPayload{
stream.go#L926: a.statsHandler.HandleRPC(cs.ctx, &stats.InPayload{
stream.go#L1509: ss.statsHandler.HandleRPC(ss.s.Context(), &stats.InPayload{
go.opencensus.io/plugin/ocgrpc
stats_common.go#L89: case *stats.InPayload:
stats_common.go#L111: func handleRPCInPayload(ctx context.Context, s *stats.InPayload) {
trace_common.go#L92: case *stats.InPayload:
![]() |
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. |