Skip to content

Commit 76346ab

Browse files
committed
fix: expose SnapshotStore and Repository throught the root
1 parent 1cd84c6 commit 76346ab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sourcerer/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ pub mod snapshot;
144144
pub mod store;
145145
pub mod upcaster;
146146

147+
pub use repository::Repository;
148+
pub use snapshot::SnapshotStore;
149+
147150
pub use cloudevent::CloudEvent;
148151

149152
/// The error type for this crate.

0 commit comments

Comments
 (0)