sequentialRuleEvalController is a RuleConcurrencyController that runs every rule sequentially.
| 597 | |
| 598 | // sequentialRuleEvalController is a RuleConcurrencyController that runs every rule sequentially. |
| 599 | type sequentialRuleEvalController struct{} |
| 600 | |
| 601 | func (sequentialRuleEvalController) Allow(context.Context, *Group, Rule) bool { |
| 602 | return false |
nothing calls this directly
no outgoing calls
no test coverage detected