Searched defs:InHeader (Results 1 – 1 of 1) sorted by relevance
78 type InHeader struct { struct80 Client bool82 WireLength int86 FullMethod string88 RemoteAddr net.Addr90 LocalAddr net.Addr92 Compression string96 func (s *InHeader) IsClient() bool { return s.Client }98 func (s *InHeader) isRPCStats() {}