Skip to content

Commit

Permalink
refactor(manager): move node controls into its own module
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin authored and jacderida committed Feb 20, 2024
1 parent b573e9d commit 515d885
Show file tree
Hide file tree
Showing 8 changed files with 2,264 additions and 2,272 deletions.
1,203 changes: 0 additions & 1,203 deletions sn_node_manager/src/add_service.rs

This file was deleted.

5 changes: 3 additions & 2 deletions sn_node_manager/src/bin/cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ use colored::Colorize;
use libp2p_identity::PeerId;
use semver::Version;
use sn_node_manager::{
add_service::{add, AddServiceOptions},
config::*,
control::{remove, start, status, stop, upgrade, UpgradeOptions, UpgradeResult},
helpers::download_and_extract_release,
local::{kill_network, run_faucet, run_network, LocalNetworkOptions},
node_control::{
add, remove, start, status, stop, upgrade, AddServiceOptions, UpgradeOptions, UpgradeResult,
},
service::{NodeServiceManager, ServiceControl},
VerbosityLevel,
};
Expand Down
Loading

0 comments on commit 515d885

Please sign in to comment.