This commit is contained in:
weisd
2025-07-01 13:05:33 +08:00
parent 18a3902d2c
commit ddf19b3444
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
use super::pattern;
use super::target_id_set::TargetIdSet;
use crate::arn::TargetID;
use std::collections::HashMap;
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
/// PatternRules - Event rule that maps object name patterns to TargetID collections.
/// `event.Rules` (map[string]TargetIDSet) in the Go code