type github.com/jackc/pgconn.Notification
7 uses
github.com/jackc/pgconn (current package)
pgconn.go#L38: type Notification struct {
pgconn.go#L63: type NotificationHandler func(*PgConn, *Notification)
pgconn.go#L505: pgConn.config.OnNotification(pgConn, &Notification{PID: msg.PID, Channel: msg.Channel, Payload: msg.Payload})
github.com/jackc/pgx/v4
conn.go#L68: notifications []*pgconn.Notification
conn.go#L303: func (c *Conn) bufferNotifications(_ *pgconn.PgConn, n *pgconn.Notification) {
conn.go#L309: func (c *Conn) WaitForNotification(ctx context.Context) (*pgconn.Notification, error) {
conn.go#L310: var n *pgconn.Notification
![]() |
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. |