MCPcopy
hub / github.com/spf13/viper / optionFunc

FuncType optionFunc

viper.go:230–230  ·  view source on GitHub ↗
func(v *Viper)

Source from the content-addressed store, hash-verified

228}
229
230type optionFunc func(v *Viper)
231
232func (fn optionFunc) apply(v *Viper) {
233 fn(v)

Callers 10

WithEncoderRegistryFunction · 0.85
WithDecoderRegistryFunction · 0.85
WithCodecRegistryFunction · 0.85
KeyDelimiterFunction · 0.85
EnvKeyReplacerFunction · 0.85
WithDecodeHookFunction · 0.85
ExperimentalFinderFunction · 0.85
WithLoggerFunction · 0.85
WithFinderFunction · 0.85
ExperimentalBindStructFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected