(newCfg *config.Config)
| 1241 | } |
| 1242 | |
| 1243 | func (s *Service) applyWatcherConfigUpdate(newCfg *config.Config) { |
| 1244 | s.applyConfigUpdateWithAuthSynthesis(newCfg, false) |
| 1245 | } |
| 1246 | |
| 1247 | func (s *Service) applyConfigUpdateWithAuthSynthesis(newCfg *config.Config, synthesizeConfigAuths bool) { |
| 1248 | if s == nil { |
no test coverage detected