1
0
Fork 0

Rule filter impl (mock)

This commit is contained in:
Gregory Eremin 2015-02-12 02:50:46 +07:00
parent 4a4702d6cd
commit e21d18d359
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ func New(name, impl string) *Impl {
switch impl {
case "units.throttler.Throttler":
return Throttler(name)
case "units.rule_filter.RuleFilter":
return Echo(name)
default:
return nil
}