gofmt code
This commit is contained in:
parent
7cebb77160
commit
d069de0a5b
1 changed files with 6 additions and 6 deletions
12
go/main.go
12
go/main.go
|
@ -20,12 +20,12 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type ImageStatus struct {
|
type ImageStatus struct {
|
||||||
ContainerName string
|
ContainerName string
|
||||||
Image string
|
Image string
|
||||||
Tag string
|
Tag string
|
||||||
UpdateAvailable float64
|
UpdateAvailable float64
|
||||||
LocalDigest string
|
LocalDigest string
|
||||||
RemoteDigest string
|
RemoteDigest string
|
||||||
}
|
}
|
||||||
|
|
||||||
type StatusCache struct {
|
type StatusCache struct {
|
||||||
|
|
Loading…
Add table
Reference in a new issue