mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-08 10:23:43 +08:00
Revert "[test] rule providers"
This reverts commit 14af94205c1ecb0ae2ed99de8c8398e75b157578.
This commit is contained in:
parent
d3708a2e71
commit
b1796acd83
@ -2,6 +2,7 @@ package provider
|
||||
|
||||
import "C"
|
||||
import (
|
||||
"errors"
|
||||
"github.com/Dreamacro/clash/component/trie"
|
||||
"github.com/Dreamacro/clash/constant"
|
||||
)
|
||||
@ -107,6 +108,10 @@ 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…
x
Reference in New Issue
Block a user