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
2016-01-17 15:20:49 +00:00

7 lines
78 B
Go

package router
type Config struct {
Strategy string
Settings interface{}
}