mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 14:10:12 +01:00
#387 fix: add comments to pass linting
This commit is contained in:
parent
7b8b8e8ad9
commit
8aad258408
2 changed files with 14 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue