type github.com/lib/pq.Listener

17 uses

	github.com/lib/pq (current package)
		notify.go#L402: type Listener struct {
		notify.go#L440: 	eventCallback EventCallbackType) *Listener {
		notify.go#L449: 	eventCallback EventCallbackType) *Listener {
		notify.go#L451: 	l := &Listener{
		notify.go#L472: func (l *Listener) NotificationChannel() <-chan *Notification {
		notify.go#L491: func (l *Listener) Listen(channel string) error {
		notify.go#L541: func (l *Listener) Unlisten(channel string) error {
		notify.go#L575: func (l *Listener) UnlistenAll() error {
		notify.go#L600: func (l *Listener) Ping() error {
		notify.go#L616: func (l *Listener) disconnectCleanup() error {
		notify.go#L638: func (l *Listener) resync(cn *ListenerConn, notificationChan <-chan *Notification) error {
		notify.go#L682: func (l *Listener) closed() bool {
		notify.go#L689: func (l *Listener) connect() error {
		notify.go#L715: func (l *Listener) Close() error {
		notify.go#L734: func (l *Listener) emitEvent(event ListenerEventType, err error) {
		notify.go#L742: func (l *Listener) listenerConnLoop() {
		notify.go#L794: func (l *Listener) listenerMain() {