(newCfg *config.Config)
| 1237 | } |
| 1238 | |
| 1239 | func (s *Service) applyConfigUpdate(newCfg *config.Config) { |
| 1240 | s.applyConfigUpdateWithAuthSynthesis(newCfg, true) |
| 1241 | } |
| 1242 | |
| 1243 | func (s *Service) applyWatcherConfigUpdate(newCfg *config.Config) { |
| 1244 | s.applyConfigUpdateWithAuthSynthesis(newCfg, false) |
no test coverage detected