1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 14:26:11 -04:00
v2fly/app/router/config/config.go
2015-11-14 14:24:56 +01:00

7 lines
91 B
Go

package config
type RouterConfig interface {
Strategy() string
Settings() interface{}
}