1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-21 21:19:12 -04:00

rename RouterConfig to Config

This commit is contained in:
v2ray
2015-12-08 00:04:02 +01:00
parent aab774e78f
commit 641e5db851
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
package router
type RouterConfig interface {
type Config interface {
Strategy() string
Settings() interface{}
}