1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-17 09:26:08 -04: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{}
}