mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
11 lines
85 B
Rust
11 lines
85 B
Rust
|
|
|
|
pub mod db;
|
|
|
|
pub struct AuthenticationHandler {
|
|
|
|
}
|
|
|
|
impl AuthenticationHandler {
|
|
|
|
} |