Skip to content

Commit 0fe1d45

Browse files
Remove commented phaseReconciler interface
Signed-off-by: Danil-Grigorev <[email protected]>
1 parent 75426a2 commit 0fe1d45

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internal/controller/phases.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ type Result struct {
8585
Completed bool
8686
}
8787

88-
// // PhaseReconciler defines the interface for a provider phase reconciler.
89-
// type PhaseReconciler interface {
90-
// // GetPhases returns the list of reconciliation phases.
91-
// GetPhases() []PhaseFn
92-
// }
93-
9488
func (r *Result) IsZero() bool {
9589
return r == nil || *r == Result{}
9690
}

0 commit comments

Comments
 (0)