feat: add image_inspect function

This commit is contained in:
Jef Roosens 2022-12-15 11:55:04 +01:00
parent 598597f726
commit 9aebb3bedc
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 21 additions and 10 deletions

6
types/image.v Normal file
View file

@ -0,0 +1,6 @@
module types
pub struct Image {
pub:
id string [json: Id]
}