github.com/lib/pq.Listener.cn (field)

16 uses

	github.com/lib/pq (current package)
		notify.go#L416: 	cn                   *ListenerConn
		notify.go#L508: 	if l.cn != nil {
		notify.go#L516: 		gotResponse, err := l.cn.Listen(channel)
		notify.go#L523: 	for l.cn == nil {
		notify.go#L556: 	if l.cn != nil {
		notify.go#L560: 		gotResponse, err := l.cn.Unlisten(channel)
		notify.go#L583: 	if l.cn != nil {
		notify.go#L587: 		gotResponse, err := l.cn.UnlistenAll()
		notify.go#L607: 	if l.cn == nil {
		notify.go#L611: 	return l.cn.Ping()
		notify.go#L630: 	err := l.cn.Err()
		notify.go#L631: 	l.cn.Close()
		notify.go#L632: 	l.cn = nil
		notify.go#L705: 	l.cn = cn
		notify.go#L723: 	if l.cn != nil {
		notify.go#L724: 		l.cn.Close()