1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 17:35:23 +00:00
v2fly/app/router/config.go
2015-12-07 22:47:47 +01:00

7 lines
91 B
Go

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