()
| 144 | } |
| 145 | |
| 146 | func newListOptsVar() *opts.ListOpts { |
| 147 | return opts.NewListOptsRef(&[]string{}, nil) |
| 148 | } |
| 149 | |
| 150 | func newListOptsVarWithValidator(validator opts.ValidatorFctType) *opts.ListOpts { |
| 151 | return opts.NewListOptsRef(&[]string{}, validator) |
no outgoing calls
no test coverage detected
searching dependent graphs…