fabaccess-bffh/bffhd/authentication/mod.rs

11 lines
85 B
Rust
Raw Normal View History

2022-03-08 18:52:49 +01:00
2022-03-10 20:52:34 +01:00
pub mod db;
pub struct AuthenticationHandler {
}
impl AuthenticationHandler {
}