From e247f72a237b432fcf24fd3ba2fd771ea46a6587 Mon Sep 17 00:00:00 2001 From: rootkit Date: Mon, 8 Dec 2025 18:08:17 +0800 Subject: [PATCH] update dir name --- PLUGINS/Mock/{SIRP_MOCK => SIRP}/__init__.py | 0 PLUGINS/Mock/{SIRP_MOCK => SIRP}/alert.py | 0 PLUGINS/Mock/{SIRP_MOCK => SIRP}/nocoly_debug.py | 0 PLUGINS/Mock/{SIRP_MOCK => SIRP}/nocoly_delete_all.py | 0 PLUGINS/Mock/{SIRP_MOCK => SIRP}/rule.py | 0 PLUGINS/Mock/{SIRP_MOCK => SIRP}/send_to_redis_stream.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename PLUGINS/Mock/{SIRP_MOCK => SIRP}/__init__.py (100%) rename PLUGINS/Mock/{SIRP_MOCK => SIRP}/alert.py (100%) rename PLUGINS/Mock/{SIRP_MOCK => SIRP}/nocoly_debug.py (100%) rename PLUGINS/Mock/{SIRP_MOCK => SIRP}/nocoly_delete_all.py (100%) rename PLUGINS/Mock/{SIRP_MOCK => SIRP}/rule.py (100%) rename PLUGINS/Mock/{SIRP_MOCK => SIRP}/send_to_redis_stream.py (100%) diff --git a/PLUGINS/Mock/SIRP_MOCK/__init__.py b/PLUGINS/Mock/SIRP/__init__.py similarity index 100% rename from PLUGINS/Mock/SIRP_MOCK/__init__.py rename to PLUGINS/Mock/SIRP/__init__.py diff --git a/PLUGINS/Mock/SIRP_MOCK/alert.py b/PLUGINS/Mock/SIRP/alert.py similarity index 100% rename from PLUGINS/Mock/SIRP_MOCK/alert.py rename to PLUGINS/Mock/SIRP/alert.py diff --git a/PLUGINS/Mock/SIRP_MOCK/nocoly_debug.py b/PLUGINS/Mock/SIRP/nocoly_debug.py similarity index 100% rename from PLUGINS/Mock/SIRP_MOCK/nocoly_debug.py rename to PLUGINS/Mock/SIRP/nocoly_debug.py diff --git a/PLUGINS/Mock/SIRP_MOCK/nocoly_delete_all.py b/PLUGINS/Mock/SIRP/nocoly_delete_all.py similarity index 100% rename from PLUGINS/Mock/SIRP_MOCK/nocoly_delete_all.py rename to PLUGINS/Mock/SIRP/nocoly_delete_all.py diff --git a/PLUGINS/Mock/SIRP_MOCK/rule.py b/PLUGINS/Mock/SIRP/rule.py similarity index 100% rename from PLUGINS/Mock/SIRP_MOCK/rule.py rename to PLUGINS/Mock/SIRP/rule.py diff --git a/PLUGINS/Mock/SIRP_MOCK/send_to_redis_stream.py b/PLUGINS/Mock/SIRP/send_to_redis_stream.py similarity index 100% rename from PLUGINS/Mock/SIRP_MOCK/send_to_redis_stream.py rename to PLUGINS/Mock/SIRP/send_to_redis_stream.py