mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 22:20:12 +01:00
improve test coverage and add an api-server mock
This commit is contained in:
parent
3a63b5556f
commit
e2228f1b0b
9 changed files with 836 additions and 19 deletions
|
|
@ -44,7 +44,7 @@ func NewClient(pullImages bool) Client {
|
|||
}
|
||||
|
||||
type dockerClient struct {
|
||||
api *dockerclient.Client
|
||||
api dockerclient.CommonAPIClient
|
||||
pullImages bool
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue