fix: add godoc

This commit is contained in:
Jose Diaz-Gonzalez
2021-08-03 16:24:59 -04:00
parent 9930c0493d
commit 93bd3cd9e3

View File

@@ -301,6 +301,7 @@ func IsImageHerokuishBased(image string, appName string) bool {
return output != ""
}
// ListDanglingImages lists all dangling image ids for a given app
func ListDanglingImages(appName string) ([]string, error) {
command := []string{
DockerBin(),