partial derive working

This commit is contained in:
mbecker20
2023-06-11 17:49:14 +00:00
parent aa4815b01d
commit c5a66709ad
20 changed files with 167 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
use anyhow::{Context, anyhow};
use anyhow::{anyhow, Context};
use monitor_helpers::to_monitor_name;
use monitor_types::entities::{
deployment::{Conversion, RestartMode, TerminationSignal, DockerContainerStats},
deployment::{Conversion, DockerContainerStats, RestartMode, TerminationSignal},
update::Log,
EnvironmentVar,
};