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
+1 -1
View File
@@ -91,7 +91,7 @@ func (config *Config) LogConfig() point.LogConfig {
return config.LogConfigValue
}
func (this *Config) RouterConfig() router.RouterConfig {
func (this *Config) RouterConfig() router.Config {
if this.RouterConfigValue == nil {
return nil
}