mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-06-01 01:54:00 +00:00
refactor: consolidate and rename data generation and service files
This commit is contained in:
10
pipeline/src/web_client/curl_web_client.cpp
Normal file
10
pipeline/src/web_client/curl_web_client.cpp
Normal 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;
|
||||
Reference in New Issue
Block a user