feat: stub agent file structure
This commit is contained in:
9
crates/nxmesh-agent/src/nginx/mod.rs
Normal file
9
crates/nxmesh-agent/src/nginx/mod.rs
Normal 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;
|
||||
Reference in New Issue
Block a user