Massive refactor
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 6m12s

This commit is contained in:
2025-04-16 01:53:24 +02:00
parent f75726b93a
commit 3ada40d4ae
7 changed files with 363 additions and 306 deletions

View File

@@ -1,6 +1,6 @@
#![feature(let_chains)]
mod animals;
mod auth;
pub mod auth;
mod cli;
mod handler;
mod helper;
@@ -16,4 +16,5 @@ mod wrapper;
pub use ldap::Ldap;
pub use server::Server;
pub use tunnel::{Tunnel, Tunnels};
pub use tunnel::Registry;
pub use tunnel::Tunnel;