Searched defs:ConnEnd (Results 1 – 1 of 1) sorted by relevance
206 type ConnEnd struct { struct208 Client bool212 func (s *ConnEnd) IsClient() bool { return s.Client }214 func (s *ConnEnd) isConnStats() {}