GetAll returns the values of slice.
()
| 58 | |
| 59 | // GetAll returns the values of slice. |
| 60 | func (opts *listValue) GetAll() []string { |
| 61 | return opts.values |
| 62 | } |
| 63 | |
| 64 | // Len returns the amount of element in the slice. |
| 65 | func (opts *listValue) Len() int { |