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:
@@ -1,6 +1,6 @@
|
||||
package router
|
||||
|
||||
type RouterConfig interface {
|
||||
type Config interface {
|
||||
Strategy() string
|
||||
Settings() interface{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user