snake: stream sql mock + add republished channel option

This commit is contained in:
Benjamin Sergeant
2020-07-10 15:06:55 -07:00
parent c98959b895
commit 26a1e63626
11 changed files with 102 additions and 4 deletions

View File

@@ -0,0 +1,21 @@
/*
* IXStreamSql.cpp
* Author: Benjamin Sergeant
* Copyright (c) 2020 Machine Zone, Inc. All rights reserved.
*/
#include "IXStreamSql.h"
namespace snake
{
StreamSql::StreamSql(const std::string& sqlFilter)
{
;
}
bool StreamSql::match(const nlohmann::json& pdu)
{
return true;
}
} // namespace snake