type github.com/lib/pq.Notification

13 uses

	github.com/lib/pq (current package)
		notify.go#L15: type Notification struct {
		notify.go#L24: func recvNotification(r *readBuf) *Notification {
		notify.go#L29: 	return &Notification{bePid, channel, extra}
		notify.go#L58: 	notificationChan chan<- *Notification
		notify.go#L64: func NewListenerConn(name string, notificationChan chan<- *Notification) (*ListenerConn, error) {
		notify.go#L68: func newDialListenerConn(d Dialer, name string, c chan<- *Notification) (*ListenerConn, error) {
		notify.go#L405: 	Notify chan *Notification
		notify.go#L417: 	connNotificationChan <-chan *Notification
		notify.go#L460: 		Notify: make(chan *Notification, 32),
		notify.go#L472: func (l *Listener) NotificationChannel() <-chan *Notification {
		notify.go#L638: func (l *Listener) resync(cn *ListenerConn, notificationChan <-chan *Notification) error {
		notify.go#L640: 	go func(notificationChan <-chan *Notification) {
		notify.go#L690: 	notificationChan := make(chan *Notification, 32)