Skip to content

Commit c31c5ae

Browse files
committed
Registered the factory function of the DecisionTreeFilter
Signed-off-by: Shmuel Kallner <[email protected]>
1 parent 3c6d370 commit c31c5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/epp/runner/register.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import (
2727

2828
// RegisterAllPlugins registers the factory functions of all known plugins
2929
func RegisterAllPlugins() {
30+
plugins.Register(filter.DecisionTreeFilterType, filter.DecisionTreeFilterFactory)
3031
plugins.Register(filter.LeastKVCacheFilterType, filter.LeastKVCacheFilterFactory)
3132
plugins.Register(filter.LeastQueueFilterType, filter.LeastQueueFilterFactory)
3233
plugins.Register(filter.LoraAffinityFilterType, filter.LoraAffinityFilterFactory)

0 commit comments

Comments
 (0)