We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29b6cf commit 66f38bdCopy full SHA for 66f38bd
actions/update.go
@@ -12,6 +12,7 @@ var (
12
letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
13
)
14
15
+// UpdateParams contains all different options available to alter the behavior of the Update func
16
type UpdateParams struct {
17
Filter container.Filter
18
Cleanup bool
0 commit comments