1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-18 03:29:12 -04:00
This commit is contained in:
Darien Raymond
2018-02-05 23:39:04 +01:00
parent 1e6d5561cc
commit 3a0f211c22
6 changed files with 18 additions and 14 deletions

View File

@@ -53,4 +53,4 @@ type GetInbound interface {
type GetOutbound interface {
GetOutbound() Outbound
}
}