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

7 uses

	github.com/lib/pq (current package)
		notify.go#L50: 	cn             *conn
		notify.go#L75: 		cn:               cn.(*conn),
		notify.go#L139: 		t, err := l.cn.recvMessage(r)
		notify.go#L204: 	l.cn.Close()
		notify.go#L265: 	l.cn.send(b)
		notify.go#L298: 		l.cn.c.Close()
		notify.go#L347: 	return l.cn.c.Close()