mirror of https://github.com/v2ray/v2ray-core
format code
parent
3765826602
commit
1c09b70931
|
@ -16,6 +16,11 @@ type LogConfig interface {
|
||||||
AccessLog() string
|
AccessLog() string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type InboundDetour interface {
|
||||||
|
Protocol() string
|
||||||
|
Port()
|
||||||
|
}
|
||||||
|
|
||||||
type PointConfig interface {
|
type PointConfig interface {
|
||||||
Port() uint16
|
Port() uint16
|
||||||
LogConfig() LogConfig
|
LogConfig() LogConfig
|
||||||
|
|
Loading…
Reference in New Issue