test periphery api

This commit is contained in:
mbecker20
2023-07-03 06:09:30 +00:00
parent 312f7a9003
commit 9a1619c554
4 changed files with 10 additions and 4 deletions

View File

@@ -228,6 +228,8 @@ pub struct DockerContainerStats {
EnumString,
MungosIndexed,
)]
#[serde(rename_all = "snake_case")]
#[strum(serialize_all = "snake_case")]
pub enum DockerContainerState {
#[default]
Unknown,