GetPoolSize returns the connection pool size.
()
| 53 | |
| 54 | // GetPoolSize returns the connection pool size. |
| 55 | GetPoolSize() int |
| 56 | |
| 57 | // NewDialer returns a new dialer function for the connection. |
| 58 | NewDialer() func(context.Context) (net.Conn, error) |
no outgoing calls
no test coverage detected