v2ray-core/app/router/config.go

7 lines
85 B
Go

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