v2ray-core/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{}
}