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: