| 10 | ) |
| 11 | |
| 12 | type RuleRouter struct { |
| 13 | cfg *config.Config |
| 14 | costEngine interfaces.CostEngine |
| 15 | } |
| 16 | |
| 17 | func NewRuleRouter(cfg *config.Config, costEngine interfaces.CostEngine) *RuleRouter { |
| 18 | return &RuleRouter{ |
nothing calls this directly
no outgoing calls
no test coverage detected