style: adjust frps files (#1820)

This commit is contained in:
Tank
2020-05-24 11:28:57 +08:00
committed by GitHub
parent 964a1bbf39
commit dfbf9c4542
3 changed files with 5 additions and 3 deletions

View File

@ -19,6 +19,7 @@ import (
plugin "github.com/fatedier/frp/models/plugin/server"
"github.com/fatedier/frp/server/group"
"github.com/fatedier/frp/server/ports"
"github.com/fatedier/frp/server/visitor"
"github.com/fatedier/frp/utils/tcpmux"
"github.com/fatedier/frp/utils/vhost"
)
@ -26,7 +27,7 @@ import (
// All resource managers and controllers
type ResourceController struct {
// Manage all visitor listeners
VisitorManager *VisitorManager
VisitorManager *visitor.VisitorManager
// Tcp Group Controller
TcpGroupCtl *group.TcpGroupCtl