Skip to content

Commit 1f5fcbe

Browse files
author
Amit Kumar Das
authored
fix(recipe): fix code to execute recipe via function calls (#161)
Signed-off-by: AmitKumarDas <[email protected]>
1 parent baac319 commit 1f5fcbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/recipe/recipe.go

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ type RunnerConfig struct {
3636
Recipe types.Recipe
3737
FieldPathValidationResult schema.FieldPathValidationResult
3838
Retry *Retryable
39+
UpdateRecipeWithRetriesFn func() error
3940
}
4041

4142
// Runner helps executing a Recipe

0 commit comments

Comments
 (0)