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

6 uses

	google.golang.org/grpc/stats (current package)
		stats.go#L84: type InHeader struct {
		stats.go#L104: func (s *InHeader) IsClient() bool { return s.Client }
		stats.go#L106: func (s *InHeader) isRPCStats() {}

	google.golang.org/grpc/internal/transport
		handler_server.go#L389: 		inHeader := &stats.InHeader{
		http2_client.go#L1534: 			inHeader := &stats.InHeader{
		http2_server.go#L592: 		inHeader := &stats.InHeader{