mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-29 21:45:21 -05:00
rename proxy interfaces
This commit is contained in:
@@ -22,7 +22,7 @@ type InboundHandler interface {
|
||||
Close()
|
||||
|
||||
// For migration
|
||||
GetRandomInboundProxy() (proxy.InboundHandler, net.Port, int)
|
||||
GetRandomInboundProxy() (proxy.Inbound, net.Port, int)
|
||||
}
|
||||
|
||||
type OutboundHandlerManager interface {
|
||||
|
||||
Reference in New Issue
Block a user