v2ray-core/app/router/config/config.go

7 lines
91 B
Go

package config
type RouterConfig interface {
Strategy() string
Settings() interface{}
}