chore: release v0.1.0

This commit is contained in:
Jack Wills
2022-07-23 04:24:11 +00:00
parent b2645a2627
commit 4fdef153bf
6 changed files with 33 additions and 34 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ impl DockerData {
/// Get a single docker stat in order to update mem and cpu usage
/// don't take &self, so that can tokio::spawn into it's own thread
/// remove if from spawns hashmap when complete
/// remove if from spawns hashmap when complete
async fn update_container_stat(
docker: Arc<Docker>,
id: String,
@@ -183,7 +183,7 @@ impl DockerData {
/// Update single container logs
/// don't take &self, so that can tokio::spawn into it's own thread
/// remove if from spawns hashmap when complete
/// remove if from spawns hashmap when complete
async fn update_log(
docker: Arc<Docker>,
id: String,