type google.golang.org/grpc/stats.End

6 uses

	google.golang.org/grpc/stats (current package)
		stats.go#L188: type End struct {
		stats.go#L206: func (s *End) IsClient() bool { return s.Client }
		stats.go#L208: func (s *End) isRPCStats() {}

	google.golang.org/grpc
		server.go#L1206: 				end := &stats.End{
		server.go#L1527: 				end := &stats.End{
		stream.go#L1139: 		end := &stats.End{