rename models to pkg (#2005)

This commit is contained in:
fatedier
2020-09-23 13:49:14 +08:00
committed by GitHub
Unverified
parent 710ecf44f5
commit 3fbdea0f6b
111 changed files with 196 additions and 196 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"sync"
"sync/atomic"
"github.com/fatedier/frp/utils/vhost"
"github.com/fatedier/frp/pkg/util/vhost"
)
type HTTPGroupController struct {
+3 -3
View File
@@ -20,9 +20,9 @@ import (
"net"
"sync"
"github.com/fatedier/frp/models/consts"
"github.com/fatedier/frp/utils/tcpmux"
"github.com/fatedier/frp/utils/vhost"
"github.com/fatedier/frp/pkg/consts"
"github.com/fatedier/frp/pkg/util/tcpmux"
"github.com/fatedier/frp/pkg/util/vhost"
gerr "github.com/fatedier/golib/errors"
)