mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
fix linting errors
This commit is contained in:
parent
d29b6cf93e
commit
66f38bd302
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ var (
|
||||||
letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
|
letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// UpdateParams contains all different options available to alter the behavior of the Update func
|
||||||
type UpdateParams struct {
|
type UpdateParams struct {
|
||||||
Filter container.Filter
|
Filter container.Filter
|
||||||
Cleanup bool
|
Cleanup bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue