diff --git a/actions/update.go b/actions/update.go index 27fe144..a18ea4c 100644 --- a/actions/update.go +++ b/actions/update.go @@ -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