Refactor(constant): added rule string enums in configs as RuleConfig for better outside integrations (#2878)
This commit is contained in:
@ -6,6 +6,9 @@ import (
|
||||
C "github.com/Dreamacro/clash/constant"
|
||||
)
|
||||
|
||||
// Implements C.Rule
|
||||
var _ C.Rule = (*Domain)(nil)
|
||||
|
||||
type Domain struct {
|
||||
domain string
|
||||
adapter string
|
||||
|
Reference in New Issue
Block a user