MCPcopy Create free account
hub / github.com/cortexproject/cortex / Value

Method Value

pkg/util/flagext/secretstringslicecsv.go:28–30  ·  view source on GitHub ↗

Value returns the underlying string slice.

()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by 1

TestSecretStringSliceCSVFunction · 0.36