github.com/jackc/pgx/v4.Conn.notifications (field)

11 uses

	github.com/jackc/pgx/v4 (current package)
		conn.go#L68: 	notifications []*pgconn.Notification
		conn.go#L304: 	c.notifications = append(c.notifications, n)
		conn.go#L313: 	if len(c.notifications) > 0 {
		conn.go#L314: 		n = c.notifications[0]
		conn.go#L315: 		c.notifications = c.notifications[1:]
		conn.go#L320: 	if len(c.notifications) > 0 {
		conn.go#L321: 		n = c.notifications[0]
		conn.go#L322: 		c.notifications = c.notifications[1:]