mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-10-10 11:04:03 -04:00
7 lines
91 B
Go
7 lines
91 B
Go
![]() |
package config
|
||
|
|
||
|
type RouterConfig interface {
|
||
|
Strategy() string
|
||
|
Settings() interface{}
|
||
|
}
|