Searched defs:InPayload (Results 1 – 2 of 2) sorted by relevance
57 type InPayload struct { struct59 Client bool61 Payload interface{}63 Data []byte65 Length int67 WireLength int69 RecvTime time.Time73 func (s *InPayload) IsClient() bool { return s.Client }75 func (s *InPayload) isRPCStats() {}
577 …am, dc Decompressor, m interface{}, maxReceiveMessageSize int, inPayload *stats.InPayload, compres…