fix linting, formatting. tidy up go mod

This commit is contained in:
Simon Aronsson 2020-11-21 22:39:43 +01:00
parent b5823cfbf9
commit 3d21ea683c
No known key found for this signature in database
GPG key ID: 8DA57A5FD341605B
8 changed files with 22 additions and 42 deletions

View file

@ -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
}
}