init commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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"`
|
||||
}
|
||||
Reference in New Issue
Block a user