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