1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-18 05:25:23 +00:00
v2fly/app/router/config/config.go

7 lines
91 B
Go
Raw Normal View History

2015-11-14 13:24:56 +00:00
package config
type RouterConfig interface {
Strategy() string
Settings() interface{}
}