| 5584 | } |
| 5585 | |
| 5586 | type fakeObserver struct { |
| 5587 | reconciled bool |
| 5588 | result store.ReconcileResult |
| 5589 | err error |
| 5590 | onReconcile func() |
| 5591 | } |
| 5592 | |
| 5593 | func (f *fakeObserver) QueryEvents(context.Context, store.EventSummaryQuery) ([]store.EventSummary, error) { |
| 5594 | return nil, nil |
nothing calls this directly
no outgoing calls
no test coverage detected