github.com/lib/pq.ListenerConn.err (field)

10 uses

	github.com/lib/pq (current package)
		notify.go#L51: 	err            error
		notify.go#L97: 	err := l.err
		notify.go#L201: 	if l.err == nil {
		notify.go#L202: 		l.err = err
		notify.go#L294: 		if l.err == nil {
		notify.go#L295: 			l.err = err
		notify.go#L309: 			err := l.err
		notify.go#L339: 	if l.err != nil {
		notify.go#L343: 	l.err = errListenerConnClosed
		notify.go#L353: 	return l.err