Files
imphnen-backend-service/imphnen-iam/src/auth/infrastructure/mod.rs
T

5 lines
105 B
Rust
Raw Normal View History

pub mod http;
pub mod persistence;
pub use persistence::postgres_otp_repository::PostgresOtpRepository;