This commit is contained in:
Ian Letourneau
2025-04-29 15:55:58 -04:00
parent 254f392cb5
commit 2f7c4924c1
7 changed files with 55 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ pub mod tui {
/// async fn main() {
/// let inventory = Inventory::autoload();
/// let topology = HAClusterTopology::autoload();
/// let mut maestro = Maestro::new(inventory, topology);
/// let mut maestro = Maestro::new(inventory, topology, "local");
///
/// maestro.register_all(vec![
/// Box::new(SuccessScore {}),