forked from vieter-v/vieter
chore: please the great lint
This commit is contained in:
parent
2cc3e8404e
commit
d7a04c6ebf
4 changed files with 9 additions and 2 deletions
|
|
@ -9,9 +9,9 @@ import build
|
|||
// structure can manage images from any number of base images, paving the way
|
||||
// for configurable base images per target/repository.
|
||||
struct ImageManager {
|
||||
mut:
|
||||
max_image_age int [required]
|
||||
// For each base images, one or more builder images can exist at the same
|
||||
mut:
|
||||
// For each base image, one or more builder images can exist at the same
|
||||
// time
|
||||
images map[string][]string [required]
|
||||
// For each base image, we track when its newest image was built
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue