feat: add image_inspect function
This commit is contained in:
parent
598597f726
commit
9aebb3bedc
3 changed files with 21 additions and 10 deletions
6
types/image.v
Normal file
6
types/image.v
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module types
|
||||
|
||||
pub struct Image {
|
||||
pub:
|
||||
id string [json: Id]
|
||||
}
|
||||
Reference in a new issue