github.com/jackc/pgx/v5/pgconn.Config.OnNotification (field)
5 uses
github.com/jackc/pgx/v5/pgconn (current package)
config.go#L79: OnNotification NotificationHandler
pgconn.go#L643: if pgConn.config.OnNotification != nil {
pgconn.go#L644: pgConn.config.OnNotification(pgConn, &Notification{PID: msg.PID, Channel: msg.Channel, Payload: msg.Payload})
github.com/jackc/pgx/v5
conn.go#L274: if config.Config.OnNotification == nil {
conn.go#L275: config.Config.OnNotification = c.bufferNotifications
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)