Skip to content

Commit 66f38bd

Browse files
committed
fix linting errors
1 parent d29b6cf commit 66f38bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/update.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ var (
1212
letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
1313
)
1414

15+
// UpdateParams contains all different options available to alter the behavior of the Update func
1516
type UpdateParams struct {
1617
Filter container.Filter
1718
Cleanup bool

0 commit comments

Comments
 (0)