(opts *UpdateOptions)
| 337 | } |
| 338 | |
| 339 | func scopesProvided(opts *UpdateOptions) bool { |
| 340 | return !util.Empty(opts.EnvironmentsScopes.Value) || |
| 341 | !util.Empty(opts.ChannelScopes.Value) || |
| 342 | !util.Empty(opts.TagScopes.Value) || |
| 343 | !util.Empty(opts.RoleScopes.Value) || |
| 344 | !util.Empty(opts.StepScopes.Value) || |
| 345 | !util.Empty(opts.ProcessScopes.Value) || |
| 346 | !util.Empty(opts.TargetScopes.Value) |
| 347 | } |
no test coverage detected