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 (
|
||||
"github.com/Dreamacro/clash/log"
|
||||
)
|
||||
|
||||
// Implements C.Rule
|
||||
var _ C.Rule = (*IPSet)(nil)
|
||||
|
||||
type IPSet struct {
|
||||
name string
|
||||
adapter string
|
||||
|
Reference in New Issue
Block a user