(validator opts.ValidatorFctType)
| 148 | } |
| 149 | |
| 150 | func newListOptsVarWithValidator(validator opts.ValidatorFctType) *opts.ListOpts { |
| 151 | return opts.NewListOptsRef(&[]string{}, validator) |
| 152 | } |
| 153 | |
| 154 | //nolint:gocyclo |
| 155 | func runUpdate(ctx context.Context, dockerCLI command.Cli, flags *pflag.FlagSet, options *serviceOptions, serviceID string) error { |
no outgoing calls
no test coverage detected
searching dependent graphs…