mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 03:57:44 +03:00
Feb 15th 2023 update
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
#include "i_http_manager.h"
|
||||
#include "i_static_resources_handler.h"
|
||||
#include "i_socket_is.h"
|
||||
#include "i_environment.h"
|
||||
#include "i_shell_cmd.h"
|
||||
#include "i_tenant_manager.h"
|
||||
#include "transaction_table_metric.h"
|
||||
#include "nginx_attachment_metric.h"
|
||||
#include "nginx_intaker_metric.h"
|
||||
@@ -38,7 +41,10 @@ class NginxAttachment
|
||||
Singleton::Consume<I_HttpManager>,
|
||||
Singleton::Consume<I_TimeGet>,
|
||||
Singleton::Consume<I_Socket>,
|
||||
Singleton::Consume<I_InstanceAwareness>
|
||||
Singleton::Consume<I_InstanceAwareness>,
|
||||
Singleton::Consume<I_Environment>,
|
||||
Singleton::Consume<I_ShellCmd>,
|
||||
Singleton::Consume<I_TenantManager>
|
||||
{
|
||||
public:
|
||||
NginxAttachment();
|
||||
|
Reference in New Issue
Block a user