()
| 169 | } |
| 170 | |
| 171 | func (v *Viper) WatchRemoteConfigOnChannel() error { |
| 172 | return v.watchKeyValueConfigOnChannel() |
| 173 | } |
| 174 | |
| 175 | // Retrieve the first found remote configuration. |
| 176 | func (v *Viper) getKeyValueConfig() error { |
nothing calls this directly
no test coverage detected