mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-02-14 04:05:22 -05:00
Move proxy/common/config to proxy/internal/config
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
type ConnectionConfig interface {
|
||||
Protocol() string
|
||||
Settings() interface{}
|
||||
Settings() []byte
|
||||
}
|
||||
|
||||
type LogConfig interface {
|
||||
@@ -40,13 +40,13 @@ type InboundDetourConfig interface {
|
||||
PortRange() v2net.PortRange
|
||||
Tag() string
|
||||
Allocation() InboundDetourAllocationConfig
|
||||
Settings() interface{}
|
||||
Settings() []byte
|
||||
}
|
||||
|
||||
type OutboundDetourConfig interface {
|
||||
Protocol() string
|
||||
Tag() string
|
||||
Settings() interface{}
|
||||
Settings() []byte
|
||||
}
|
||||
|
||||
type PointConfig interface {
|
||||
|
||||
Reference in New Issue
Block a user