type google.golang.org/grpc/stats.End
9 uses
google.golang.org/grpc/stats (current package)
stats.go#L181: type End struct {
stats.go#L199: func (s *End) IsClient() bool { return s.Client }
stats.go#L201: func (s *End) isRPCStats() {}
google.golang.org/grpc
server.go#L1076: end := &stats.End{
server.go#L1361: end := &stats.End{
stream.go#L986: end := &stats.End{
go.opencensus.io/plugin/ocgrpc
stats_common.go#L91: case *stats.End:
stats_common.go#L124: func handleRPCEnd(ctx context.Context, s *stats.End) {
trace_common.go#L96: case *stats.End:
![]() |
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. |