Searched defs:OutPayload (Results 1 – 1 of 1) sorted by relevance
114 type OutPayload struct { struct116 Client bool118 Payload interface{}120 Data []byte122 Length int124 WireLength int126 SentTime time.Time130 func (s *OutPayload) IsClient() bool { return s.Client }132 func (s *OutPayload) isRPCStats() {}