Implement unified istream for ingestion layer
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include "KeyManager.h"
|
||||
#include "ModuleGenerateKey.h"
|
||||
|
||||
#include "DataIngestionLayer.h"
|
||||
|
||||
int main(int argc, char* const* argv) {
|
||||
|
||||
// Init cli args
|
||||
@@ -14,6 +16,8 @@ int main(int argc, char* const* argv) {
|
||||
// Prepare the key
|
||||
KeyManager::PrepareKey();
|
||||
|
||||
IO::DataIngestionLayer::Init();
|
||||
|
||||
// Launch our module
|
||||
switch (Configuration::activeModule) {
|
||||
case Configuration::MODULE::GENERATE_KEY:
|
||||
|
||||
Reference in New Issue
Block a user