Value returns the underlying string slice.
()
| 26 | |
| 27 | // Value returns the underlying string slice. |
| 28 | func (v SecretStringSliceCSV) Value() []string { |
| 29 | return v.values |
| 30 | } |
| 31 | |
| 32 | // UnmarshalYAML implements yaml.Unmarshaler. |
| 33 | func (v *SecretStringSliceCSV) UnmarshalYAML(unmarshal func(any) error) error { |
no outgoing calls