(ctx context.Context, update watcher.AuthUpdate)
| 496 | } |
| 497 | |
| 498 | func (s *Service) handleAuthUpdate(ctx context.Context, update watcher.AuthUpdate) { |
| 499 | s.handleAuthUpdates(ctx, []watcher.AuthUpdate{update}) |
| 500 | } |
| 501 | |
| 502 | func (s *Service) handleAuthUpdates(ctx context.Context, updates []watcher.AuthUpdate) { |
| 503 | if s == nil { |
no test coverage detected