feat: group TCP mux proxies (#1765)

This commit is contained in:
Guy Lewin
2020-04-19 22:35:47 -07:00
committed by GitHub
parent 7728e35c52
commit 6d78af6144
4 changed files with 253 additions and 28 deletions

View File

@ -34,6 +34,9 @@ type ResourceController struct {
// HTTP Group Controller
HTTPGroupCtl *group.HTTPGroupController
// TCP Mux Group Controller
TcpMuxGroupCtl *group.TcpMuxGroupCtl
// Manage all tcp ports
TcpPortManager *ports.PortManager