minor refactoring to delete files which are not needed
This commit is contained in:
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user