mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 14:10:12 +01:00
fix some errors and clean up
This commit is contained in:
parent
c1a0da9a9d
commit
98c60d7441
4 changed files with 12 additions and 61 deletions
|
|
@ -73,7 +73,7 @@ func (client MockClient) GetContainer(containerID string) (container.Container,
|
|||
}
|
||||
|
||||
// ExecuteCommand is a mock method
|
||||
func (client MockClient) ExecuteCommand(containerID string, command string) error {
|
||||
func (client MockClient) ExecuteCommand(containerID string, command string, timeout int) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue