v2ray-core/app/router/config.go

7 lines
78 B
Go

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