Ping checks database connectivity.
(ctx context.Context)
| 65 | |
| 66 | // Ping checks database connectivity. |
| 67 | func (p *Pool) Ping(ctx context.Context) error { |
| 68 | return p.Pool.Ping(ctx) |
| 69 | } |
| 70 | |
| 71 | // Close closes the pool. |
| 72 | func (p *Pool) Close() { |
no outgoing calls
no test coverage detected