refactor: consolidate and rename data generation and service files

This commit is contained in:
Aaron Po
2026-04-11 00:06:23 -04:00
parent 8c572a2d07
commit ae67fa8566
10 changed files with 50 additions and 73 deletions

View File

@@ -0,0 +1,10 @@
/**
* @file web_client/curl_web_client.cpp
* @brief CURLWebClient constructor and destructor implementation.
*/
#include "web_client/curl_web_client.h"
CURLWebClient::CURLWebClient() = default;
CURLWebClient::~CURLWebClient() = default;