#387 fix: add comments to pass linting

This commit is contained in:
Simon Aronsson 2020-01-11 00:34:52 +01:00
parent 7b8b8e8ad9
commit 8aad258408
2 changed files with 14 additions and 1 deletions

View file

@ -7,6 +7,7 @@ import (
"time"
)
// CreateMockContainer creates a container substitute valid for testing
func CreateMockContainer(id string, name string, image string, created time.Time) container.Container {
content := types.ContainerJSON{
ContainerJSONBase: &types.ContainerJSONBase{