SoftController/SoftController/messaging/messageWriter/messageWriter.cpp
2025-10-08 08:52:27 +04:00

6 lines
133 B
C++

#include "messageWriter.h"
msgWriter::msgWriter(const nlohmann::json &msg, const std::string &url) : message(msg), source(url) {
}