m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-18 01:43:41 -05:00

feat: show which containers use a specific image

This commit is contained in:
Sergio
2025-05-10 09:28:28 +03:00
parent eaf2cd7881
commit ddd514ffa0
9 changed files with 83 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ pub struct Update {
pub result: UpdateResult,
pub time: u32,
pub server: Option<String>,
pub in_use: bool,
pub used_by: Vec<String>,
#[serde(skip_serializing, skip_deserializing)]
pub status: Status,
}