type github.com/jackc/pgx/v5/pgconn/ctxwatch.Handler

5 uses

	github.com/jackc/pgx/v5/pgconn/ctxwatch (current package)
		context_watcher.go#L11: 	handler Handler
		context_watcher.go#L23: func NewContextWatcher(handler Handler) *ContextWatcher {
		context_watcher.go#L65: type Handler interface {

	github.com/jackc/pgx/v5/pgconn
		config.go#L49: 	BuildContextWatcherHandler func(*PgConn) ctxwatch.Handler
		config.go#L314: 		BuildContextWatcherHandler: func(pgConn *PgConn) ctxwatch.Handler {