make harmony_cli::init private
All checks were successful
Run Check Script / check (pull_request) Successful in -49s
All checks were successful
Run Check Script / check (pull_request) Successful in -49s
This commit is contained in:
parent
4ac74bc862
commit
eab27b1f66
@ -103,7 +103,7 @@ pub async fn run<T: Topology + Send + Sync + 'static>(
|
|||||||
result
|
result
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn init<T: Topology + Send + Sync + 'static>(
|
async fn init<T: Topology + Send + Sync + 'static>(
|
||||||
maestro: harmony::maestro::Maestro<T>,
|
maestro: harmony::maestro::Maestro<T>,
|
||||||
args_struct: Option<Args>,
|
args_struct: Option<Args>,
|
||||||
) -> Result<(), Box<dyn std::error::Error>> {
|
) -> Result<(), Box<dyn std::error::Error>> {
|
||||||
|
Loading…
Reference in New Issue
Block a user