mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-20 02:43:42 -05:00
Complete rewrite
This commit is contained in:
7
src/image.rs
Normal file
7
src/image.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Image {
|
||||
pub registry: String,
|
||||
pub repository: String,
|
||||
pub tag: String,
|
||||
pub digest: Option<String>,
|
||||
}
|
||||
Reference in New Issue
Block a user