refactor: input sorted

This commit is contained in:
Jack Wills
2022-07-23 01:15:58 +00:00
parent 3b69cc29fa
commit f5504c47c5
5 changed files with 29 additions and 66 deletions
+3 -3
View File
@@ -191,10 +191,10 @@ impl DockerData {
output
}
// async fn stop(&self) {
// self.docker.
// async fn stop(&self) {
// self.docker.
// }
// }
/// Update all logs, spawn each container into own tokio::spawn thread
async fn init_all_logs(&mut self, all_ids: &[(bool, String)]) {