Files
imphnen-backend-service/imphnen-cms/src/events/infrastructure/persistence/mod.rs
T

4 lines
96 B
Rust
Raw Normal View History

pub mod postgres_event_repository;
pub use postgres_event_repository::PostgresEventRepository;