1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-08-24 13:24:24 -04:00
v2fly/app/router/config.go

7 lines
85 B
Go
Raw Normal View History

2015-12-07 16:47:47 -05:00
package router
2015-11-14 08:24:56 -05:00
2015-12-07 18:04:02 -05:00
type Config interface {
2015-11-14 08:24:56 -05:00
Strategy() string
Settings() interface{}
}