Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
230
type
optionFunc
func
(v *Viper)
231
232
func
(fn optionFunc) apply(v *Viper) {
233
fn(v)
Callers
10
WithEncoderRegistry
Function · 0.85
WithDecoderRegistry
Function · 0.85
WithCodecRegistry
Function · 0.85
KeyDelimiter
Function · 0.85
EnvKeyReplacer
Function · 0.85
WithDecodeHook
Function · 0.85
ExperimentalFinder
Function · 0.85
WithLogger
Function · 0.85
WithFinder
Function · 0.85
ExperimentalBindStruct
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected