1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-18 08:49:54 -04:00
This commit is contained in:
Darien Raymond
2018-10-22 08:42:10 +02:00
parent ab9ae703fc
commit 9decb3fe36
5 changed files with 25 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ func New(ctx context.Context, config *proxyman.OutboundConfig) (*Manager, error)
return m, nil
}
// Type implements common.HasType.
func (m *Manager) Type() interface{} {
return outbound.ManagerType()
}