mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2025-11-06 13:28:45 +00:00
Initial commit
This commit is contained in:
18
src/RESTObjects/RESTAPI_AnalyticsObjects.cpp
Normal file
18
src/RESTObjects/RESTAPI_AnalyticsObjects.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Created by stephane bourque on 2022-01-10.
|
||||
//
|
||||
|
||||
#include "RESTAPI_AnalyticsObjects.h"
|
||||
|
||||
|
||||
namespace OpenWifi::AnalyticsObjects {
|
||||
|
||||
void Report::reset() {
|
||||
|
||||
}
|
||||
|
||||
void Report::to_json(Poco::JSON::Object &Obj) const {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user