mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
parent
796eb5c95c
commit
340efef2d8
|
@ -2,6 +2,7 @@ package provider
|
||||||
|
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
"errors"
|
||||||
"github.com/Dreamacro/clash/component/trie"
|
"github.com/Dreamacro/clash/component/trie"
|
||||||
"github.com/Dreamacro/clash/constant"
|
"github.com/Dreamacro/clash/constant"
|
||||||
)
|
)
|
||||||
|
@ -107,6 +108,10 @@ type RuleProvider interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
parse = func(ruleType, rule string, params []string) (C.Rule, error) {
|
||||||
|
return nil, errors.New("unimplemented function")
|
||||||
|
}
|
||||||
|
|
||||||
ruleProviders = map[string]*RuleProvider{}
|
ruleProviders = map[string]*RuleProvider{}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user