feat: stub agent file structure

This commit is contained in:
GW_MC
2026-03-03 04:34:06 +00:00
parent 8f213c19c8
commit 9ac5a82c29
29 changed files with 892 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
//! Nginx management
pub mod config_manager;
pub mod config_renderer;
pub mod controller;
pub mod docker_sidecar;
pub mod parser;
pub mod systemd;
pub mod validator;