Fix for Lint warnings

* Adding comments for missing exported functions

Change-Id: I40c5861a5c076b654e5a3fc660c3c9c6d7b80c8f
Relates-To: #148
This commit is contained in:
Yasin, Siraj (SY495P)
2020-04-07 20:04:40 -05:00
parent fd3118af19
commit 07f8a5e311
6 changed files with 76 additions and 6 deletions

View File

@@ -206,6 +206,7 @@ func (c *DockerContainer) getImageID(url string) (string, error) {
return img[0].ID, nil
}
// GetID returns ID of the container
func (c *DockerContainer) GetID() string {
return c.id
}