1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-02-07 19:30:19 +02:00

fix linting errors

This commit is contained in:
Simon Aronsson 2019-04-07 15:55:16 +02:00
parent d29b6cf93e
commit 66f38bd302

View File

@ -12,6 +12,7 @@ var (
letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
)
// UpdateParams contains all different options available to alter the behavior of the Update func
type UpdateParams struct {
Filter container.Filter
Cleanup bool