rename dockermgr to srvmgr

This commit is contained in:
2026-06-12 18:32:52 +02:00
parent 97f3e4c139
commit b2ab524b7e
11 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/05/29 21:22:17 by tomoron #+# #+# */
/* Updated: 2026/06/12 17:03:13 by tomoron ### ########.fr */
/* Updated: 2026/06/12 18:32:19 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -20,7 +20,7 @@ pub mod models;
pub mod status;
pub mod dockermgr;
pub mod srvmgr;
mod cli;
use cli::*;