(context.Context, PresetSnapshot)
| 27 | } |
| 28 | func (NoopReconciler) ReconcilePreset(context.Context, PresetSnapshot) error { return nil } |
| 29 | func (NoopReconciler) CalculateActions(context.Context, PresetSnapshot) (*ReconciliationActions, error) { |
| 30 | return &ReconciliationActions{}, nil |
| 31 | } |
| 32 | |
| 33 | var DefaultReconciler ReconciliationOrchestrator = NoopReconciler{} |
| 34 |
no outgoing calls