mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-18 13:18:08 +01:00
fix linting, formatting. tidy up go mod
This commit is contained in:
parent
b5823cfbf9
commit
3d21ea683c
8 changed files with 22 additions and 42 deletions
|
|
@ -254,6 +254,7 @@ func (c Container) HasImageInfo() bool {
|
|||
return c.imageInfo != nil
|
||||
}
|
||||
|
||||
// ImageInfo fetches the ImageInspect data of the current container
|
||||
func (c Container) ImageInfo() *types.ImageInspect {
|
||||
return c.imageInfo
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue