minor refactoring to delete files which are not needed

This commit is contained in:
Benjamin Sergeant
2020-03-12 12:13:31 -07:00
parent 7642ccc99e
commit 83ae105edb
9 changed files with 17 additions and 329 deletions

View File

@ -17,7 +17,7 @@
namespace ix
{
int cobra_to_sentry_bot(const ix::CobraConfig& config,
int cobra_to_sentry_bot(const CobraConfig& config,
const std::string& channel,
const std::string& filter,
const std::string& dsn,

View File

@ -10,7 +10,7 @@
namespace ix
{
int cobra_to_sentry_bot(const ix::CobraConfig& config,
int cobra_to_sentry_bot(const CobraConfig& config,
const std::string& channel,
const std::string& filter,
const std::string& dsn,

View File

@ -14,9 +14,9 @@ namespace ix
int cobra_to_statsd_bot(const ix::CobraConfig& config,
const std::string& channel,
const std::string& filter,
const std::string& dsn,
bool verbose,
bool strict,
int jobs,
size_t maxQueueSize);
const std::string& host,
int port,
const std::string& prefix,
const std::string& fields,
bool verbose);
} // namespace ix