github.com/jackc/pgproto3/v2.NotificationResponse.Channel (field)

5 uses

	github.com/jackc/pgproto3/v2 (current package)
		notification_response.go#L13: 	Channel string
		notification_response.go#L39: 	*dst = NotificationResponse{PID: pid, Channel: channel, Payload: payload}
		notification_response.go#L50: 	dst = append(dst, src.Channel...)
		notification_response.go#L70: 		Channel: src.Channel,

	github.com/jackc/pgconn
		pgconn.go#L505: 			pgConn.config.OnNotification(pgConn, &Notification{PID: msg.PID, Channel: msg.Channel, Payload: msg.Payload})