fix(notify): Fix XML Filter parsing and add comprehensive tests (#2191)

This commit is contained in:
houseme
2026-03-17 23:08:07 +08:00
committed by GitHub
parent ce1f7cfdcb
commit b5d881f399
9 changed files with 1208 additions and 24 deletions
+6
View File
@@ -13,8 +13,14 @@
// limitations under the License.
mod config;
#[cfg(test)]
mod config_test;
pub mod pattern;
mod pattern_rules;
#[cfg(test)]
mod pattern_rules_test;
#[cfg(test)]
mod pattern_test;
mod rules_map;
mod subscriber_index;
mod subscriber_snapshot;