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

5 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L92: 	shouldPing            func(context.Context, ShouldPingParams) bool
		pool.go#L115: type ShouldPingParams struct {
		pool.go#L161: 	ShouldPing func(context.Context, ShouldPingParams) bool
		pool.go#L266: 		p.shouldPing = func(ctx context.Context, params ShouldPingParams) bool {
		pool.go#L622: 		shouldPingParams := ShouldPingParams{Conn: cr.conn, IdleDuration: res.IdleDuration()}