improve code for notify

This commit is contained in:
houseme
2025-06-21 10:35:07 +08:00
parent 48d530cb13
commit e0f65e5e24
14 changed files with 442 additions and 634 deletions
-2
View File
@@ -6,7 +6,6 @@
pub mod args;
pub mod arn;
pub mod config;
pub mod error;
pub mod event;
pub mod factory;
@@ -21,7 +20,6 @@ pub mod target;
pub mod utils;
// Re-exports
pub use config::{parse_config, Config, KV, KVS};
pub use error::{NotificationError, StoreError, TargetError};
pub use event::{Event, EventLog, EventName};
pub use integration::NotificationSystem;