Skip to content

Commit 155dad0

Browse files
committed
chore: syncs with feature-spec refactoring PR
1 parent 390dc49 commit 155dad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/feature/feature.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type Feature struct {
5959
}
6060

6161
// Action is a func type which can be used for different purposes while having access to Feature struct.
62-
type Action func(ctx context.Context, feature *Feature) error
62+
type Action func(ctx context.Context, f *Feature) error
6363

6464
// Apply applies the feature to the cluster.
6565
// It creates a FeatureTracker resource to establish ownership and reports the result of the operation as a condition.

0 commit comments

Comments
 (0)