We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88054e commit 5e38e72Copy full SHA for 5e38e72
cmd/epp/runner/register.go
@@ -27,6 +27,7 @@ import (
27
28
// RegisterAllPlugins registers the factory functions of all known plugins
29
func RegisterAllPlugins() {
30
+ plugins.Register(filter.DecisionTreeFilterType, filter.DecisionTreeFilterFactory)
31
plugins.Register(filter.LeastKVCacheFilterType, filter.LeastKVCacheFilterFactory)
32
plugins.Register(filter.LeastQueueFilterType, filter.LeastQueueFilterFactory)
33
plugins.Register(filter.LoraAffinityFilterType, filter.LoraAffinityFilterFactory)
0 commit comments