Home
last modified time | relevance | path

Searched defs:InHeader (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/stats/
Dstats.go78 type InHeader struct { struct
80 Client bool
82 WireLength int
86 FullMethod string
88 RemoteAddr net.Addr
90 LocalAddr net.Addr
92 Compression string
96 func (s *InHeader) IsClient() bool { return s.Client }
98 func (s *InHeader) isRPCStats() {}