From 93bd3cd9e3420e4dea60e1eadce304deca1ad35e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 3 Aug 2021 16:24:59 -0400 Subject: [PATCH] fix: add godoc --- plugins/common/docker.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/common/docker.go b/plugins/common/docker.go index 9d914e365..ca2a19340 100644 --- a/plugins/common/docker.go +++ b/plugins/common/docker.go @@ -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(),