1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 17:35:23 +00:00
v2fly/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{}
}