[test] rule providers
This commit is contained in:
parent
078389f4f6
commit
14af94205c
1 changed files with 0 additions and 5 deletions
|
@ -2,7 +2,6 @@ package provider
|
|||
|
||||
import "C"
|
||||
import (
|
||||
"errors"
|
||||
"github.com/Dreamacro/clash/component/trie"
|
||||
"github.com/Dreamacro/clash/constant"
|
||||
)
|
||||
|
@ -108,10 +107,6 @@ type RuleProvider interface {
|
|||
}
|
||||
|
||||
var (
|
||||
parse = func(ruleType, rule string, params []string) (C.Rule, error) {
|
||||
return nil, errors.New("unimplemented function")
|
||||
}
|
||||
|
||||
ruleProviders = map[string]*RuleProvider{}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue