mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 23:47:28 +00:00
fix
This commit is contained in:
@@ -3,7 +3,7 @@ mod config;
|
||||
mod error;
|
||||
mod event;
|
||||
mod notifier;
|
||||
mod store;
|
||||
pub mod store;
|
||||
mod system;
|
||||
|
||||
pub use adapter::create_adapters;
|
||||
@@ -17,3 +17,6 @@ pub use adapter::ChannelAdapterType;
|
||||
pub use config::{AdapterConfig, EventNotifierConfig, DEFAULT_MAX_RETRIES, DEFAULT_RETRY_INTERVAL};
|
||||
pub use error::Error;
|
||||
pub use event::{Bucket, Event, EventBuilder, Identity, Log, Metadata, Name, Object, Source};
|
||||
pub use store::manager;
|
||||
pub use store::queue;
|
||||
pub use store::queue::QueueStore;
|
||||
|
||||
Reference in New Issue
Block a user