v2ray-core/app/router/config.go

7 lines
85 B
Go
Raw Normal View History

2015-12-07 22:47:47 +01:00
package router
2015-11-14 14:24:56 +01:00
2015-12-08 00:04:02 +01:00
type Config interface {
2015-11-14 14:24:56 +01:00
Strategy() string
Settings() interface{}
}