github.com/jackc/pgx/v5.Conn.Close (method)
5 uses
github.com/jackc/pgx/v5 (current package)
conn.go#L301: func (c *Conn) Close(ctx context.Context) error {
tx.go#L194: _ = tx.conn.Close(ctx) // already have error to return
github.com/jackc/pgx/v5/pgxpool
pool.go#L297: conn.Close(ctx)
pool.go#L321: conn.Close(ctx)
go.pact.im/x/pgxprocess
conn.go#L33: _ = conn.Close(ctx)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)