mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-02-17 05:35:20 -05:00
rename TypedSettings to TypedMessage
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"v2ray.com/core/app"
|
||||
"v2ray.com/core/app/dns"
|
||||
"v2ray.com/core/common/errors"
|
||||
"v2ray.com/core/common/loader"
|
||||
"v2ray.com/core/common/log"
|
||||
v2net "v2ray.com/core/common/net"
|
||||
"v2ray.com/core/common/serial"
|
||||
"v2ray.com/core/proxy"
|
||||
)
|
||||
|
||||
@@ -125,5 +125,5 @@ func (RouterFactory) AppId() app.ID {
|
||||
}
|
||||
|
||||
func init() {
|
||||
app.RegisterApplicationFactory(loader.GetType(new(Config)), RouterFactory{})
|
||||
app.RegisterApplicationFactory(serial.GetMessageType(new(Config)), RouterFactory{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user