mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 19:56:51 +08:00
[test] rule providers
This commit is contained in:
parent
e52c111ae0
commit
38bb5d9b95
|
@ -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 New Issue
Block a user