package model type Image struct { Id string `json:"Id"` RepoTags []string `json:"RepoTags"` Created int `json:"Created"` Size int `json:"Size"` SharedSize int `json:"SharedSize"` VirtualSize int `json:"VirtualSize"` Labels *struct { Maintainer string `json:"maintainer,omitempty"` } `json:"Labels"` Digest string `json:"Digest"` Names []string `json:"Names"` }