Skip to content

Commit 6ebaae2

Browse files
chore(remoteConfigHandler): move around code (#1333)
* chore(remoteConfigHandler): move around code * chore(remoteConfigHandler): move around tests * chore(remoteConfigHandler): move around tests * chore(remoteConfigHandler): move around tests * chore(remoteConfigHandler): move around tests * chore(remoteConfigHandler): move around tests
1 parent 6d6baef commit 6ebaae2

File tree

6 files changed

+461
-584
lines changed

6 files changed

+461
-584
lines changed

agent-control/src/agent_control.rs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@ pub mod config_storer;
44
pub mod config_validator;
55
pub mod defaults;
66
pub mod error;
7+
pub use agent_control::*;
8+
#[allow(clippy::module_inception)]
9+
mod agent_control;
10+
mod health_checker;
711
pub mod http_server;
812
pub mod pid_cache;
913
pub mod resource_cleaner;
1014
pub mod run;
1115
pub mod uptime_report;
1216
pub mod version_updater;
13-
14-
pub(super) mod event_handler;
15-
16-
mod health_checker;
17-
18-
pub use agent_control::*;
19-
#[allow(clippy::module_inception)]
20-
mod agent_control;

0 commit comments

Comments
 (0)