mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 01:09:23 +00:00
fix(notify): Fix XML Filter parsing and add comprehensive tests (#2191)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user