mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
improve code for notify
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user