(context.Context)
| 329 | CloseConn(ctx context.Context, cn *Conn, reason string, fromState string) error |
| 330 | |
| 331 | Get(context.Context) (*Conn, error) |
| 332 | Put(context.Context, *Conn) |
| 333 | Remove(context.Context, *Conn, error) |
| 334 |
no outgoing calls
no test coverage detected