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

5 uses

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

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