diff --git a/engine/engine.go b/engine/engine.go index 763eb1af..9f88f723 100644 --- a/engine/engine.go +++ b/engine/engine.go @@ -26,6 +26,7 @@ import ( type RuleEngine interface { RunRules(context context.Context, rules []RuleSet, selectors ...RuleSelector) []konveyor.RuleSet + RunRulesScoped(ctx context.Context, ruleSets []RuleSet, scopes Scope, selectors ...RuleSelector) []konveyor.RuleSet Stop() }