type google.golang.org/grpc/stats.OutPayload
8 uses
google.golang.org/grpc/stats (current package)
stats.go#L118: type OutPayload struct {
stats.go#L134: func (s *OutPayload) IsClient() bool { return s.Client }
stats.go#L136: func (s *OutPayload) isRPCStats() {}
google.golang.org/grpc
rpc_util.go#L601: func outPayload(client bool, msg interface{}, data, payload []byte, t time.Time) *stats.OutPayload {
rpc_util.go#L602: return &stats.OutPayload{
go.opencensus.io/plugin/ocgrpc
stats_common.go#L87: case *stats.OutPayload:
stats_common.go#L98: func handleRPCOutPayload(ctx context.Context, s *stats.OutPayload) {
trace_common.go#L94: case *stats.OutPayload:
![]() |
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. |