v2ray-core/app/router/config.go
2015-12-08 00:04:02 +01:00

7 lines
85 B
Go

package router
type Config interface {
Strategy() string
Settings() interface{}
}