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

Method WatchRemoteConfigOnChannel

remote.go:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169}
170
171func (v *Viper) WatchRemoteConfigOnChannel() error {
172 return v.watchKeyValueConfigOnChannel()
173}
174
175// Retrieve the first found remote configuration.
176func (v *Viper) getKeyValueConfig() error {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected