Files
imphnen-backend-service/imphnen-hackathon/src/certificates/infrastructure/persistence/mod.rs
T

3 lines
113 B
Rust
Raw Normal View History

pub mod postgres_certificate_repository;
pub use postgres_certificate_repository::PostgresCertificateRepository;