feat: rename to persistence
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
97173f1a79
commit
4bc740b94a
@ -1,5 +1,5 @@
|
|||||||
mod impls;
|
|
||||||
mod outbox;
|
mod outbox;
|
||||||
|
mod persistence;
|
||||||
mod publisher;
|
mod publisher;
|
||||||
mod subscriber;
|
mod subscriber;
|
||||||
mod transport;
|
mod transport;
|
||||||
@ -14,8 +14,8 @@ pub mod errors {
|
|||||||
}
|
}
|
||||||
|
|
||||||
use crunch_traits::Event;
|
use crunch_traits::Event;
|
||||||
pub use impls::Persistence;
|
|
||||||
pub use outbox::OutboxHandler;
|
pub use outbox::OutboxHandler;
|
||||||
|
pub use persistence::Persistence;
|
||||||
pub use publisher::Publisher;
|
pub use publisher::Publisher;
|
||||||
pub use subscriber::Subscriber;
|
pub use subscriber::Subscriber;
|
||||||
pub use transport::Transport;
|
pub use transport::Transport;
|
||||||
|
Loading…
Reference in New Issue
Block a user