type github.com/jackc/pgx/v5/pgxpool.ShouldPingParams

5 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L90: 	shouldPing            func(context.Context, ShouldPingParams) bool
		pool.go#L113: type ShouldPingParams struct {
		pool.go#L159: 	ShouldPing func(context.Context, ShouldPingParams) bool
		pool.go#L264: 		p.shouldPing = func(ctx context.Context, params ShouldPingParams) bool {
		pool.go#L630: 		shouldPingParams := ShouldPingParams{Conn: cr.conn, IdleDuration: res.IdleDuration()}