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

Method VisitAll

flags.go:8–8  ·  view source on GitHub ↗
(fn func(FlagValue))

Source from the content-addressed store, hash-verified

6// to bind a set of flags to viper.
7type FlagValueSet interface {
8 VisitAll(fn func(FlagValue))
9}
10
11// FlagValue is an interface that users can implement

Callers 10

TestBindPFlagsFunction · 0.65
TestBindPFlagsIntSliceFunction · 0.65
TestBindPFlagStringToIntFunction · 0.65
TestFlagShadowFunction · 0.65
BindFlagValuesMethod · 0.65
TestBindFlagValueSetFunction · 0.65
VisitAllMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by 8

TestBindPFlagsFunction · 0.52
TestBindPFlagsIntSliceFunction · 0.52
TestBindPFlagStringToIntFunction · 0.52
TestFlagShadowFunction · 0.52
TestBindFlagValueSetFunction · 0.52