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