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)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |