1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-09-23 18:54:05 -04:00
Files
v2fly/app/router/config.go

7 lines
78 B
Go
Raw Normal View History

2015-12-07 22:47:47 +01:00
package router
2015-11-14 14:24:56 +01:00
2016-01-17 15:20:49 +00:00
type Config struct {
Strategy string
Settings interface{}
2015-11-14 14:24:56 +01:00
}