type github.com/go-pg/pg/v10.Notification

7 uses

	github.com/go-pg/pg/v10 (current package)
		listener.go#L24: type Notification struct {
		listener.go#L43: 	ch     chan Notification
		listener.go#L250: func (ln *Listener) Channel() <-chan Notification {
		listener.go#L256: func (ln *Listener) ChannelSize(size int) <-chan Notification {
		listener.go#L260: func (ln *Listener) channel(size int) <-chan Notification {
		listener.go#L278: 	ln.ch = make(chan Notification, size)
		listener.go#L316: 				case ln.ch <- Notification{channel, payload}: