Skip to content

Commit

Permalink
refactor(exex): move notifications to a separate module (#11212)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Sep 25, 2024
1 parent d891d40 commit 63f5673
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 560 deletions.
3 changes: 3 additions & 0 deletions crates/exex/exex/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ pub use event::*;
mod manager;
pub use manager::*;

mod notifications;
pub use notifications::*;

mod wal;
pub use wal::*;

Expand Down
Loading

0 comments on commit 63f5673

Please sign in to comment.