| 14 | var _ tcpIF.Handler = (*TcpReplyHandler)(nil) |
| 15 | |
| 16 | type TcpReplyHandler struct { |
| 17 | activeConn sync.Map |
| 18 | isClosed boolAm.Boolean |
| 19 | } |
| 20 | |
| 21 | // NewHandler create a new handler |
| 22 | func NewHandler() *TcpReplyHandler { |
nothing calls this directly
no outgoing calls
no test coverage detected