mirror of
https://github.com/fatedier/frp.git
synced 2025-11-01 21:32:35 +08:00
rename models to pkg (#2005)
This commit is contained in:
@@ -17,9 +17,9 @@ package proxy
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/fatedier/frp/models/config"
|
||||
"github.com/fatedier/frp/utils/util"
|
||||
"github.com/fatedier/frp/utils/vhost"
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
"github.com/fatedier/frp/pkg/util/util"
|
||||
"github.com/fatedier/frp/pkg/util/vhost"
|
||||
)
|
||||
|
||||
type HTTPSProxy struct {
|
||||
|
||||
Reference in New Issue
Block a user