github.com/jackc/pgx/v5.Conn.Ping (method, view implemented interface methods)
3 uses
github.com/jackc/pgx/v5 (current package)
conn.go#L453: func (c *Conn) Ping(ctx context.Context) error {
github.com/jackc/pgx/v5/pgxpool
conn.go#L117: return c.Conn().Ping(ctx)
pool.go#L631: return cr.conn.Ping(pingCtx)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)