rebrand: frp -> kanhole (kanhole server, kanholec client)
golangci-lint / lint (push) Failing after 1m5s
golangci-lint / lint (push) Failing after 1m5s
This commit is contained in:
+14
-14
@@ -24,20 +24,20 @@ import (
|
||||
|
||||
"github.com/samber/lo"
|
||||
|
||||
"github.com/fatedier/frp/pkg/auth"
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
v1 "github.com/fatedier/frp/pkg/config/v1"
|
||||
pkgerr "github.com/fatedier/frp/pkg/errors"
|
||||
"github.com/fatedier/frp/pkg/msg"
|
||||
plugin "github.com/fatedier/frp/pkg/plugin/server"
|
||||
"github.com/fatedier/frp/pkg/transport"
|
||||
"github.com/fatedier/frp/pkg/util/util"
|
||||
"github.com/fatedier/frp/pkg/util/wait"
|
||||
"github.com/fatedier/frp/pkg/util/xlog"
|
||||
"github.com/fatedier/frp/server/controller"
|
||||
"github.com/fatedier/frp/server/metrics"
|
||||
"github.com/fatedier/frp/server/proxy"
|
||||
"github.com/fatedier/frp/server/registry"
|
||||
"kanhole/pkg/auth"
|
||||
"kanhole/pkg/config"
|
||||
v1 "kanhole/pkg/config/v1"
|
||||
pkgerr "kanhole/pkg/errors"
|
||||
"kanhole/pkg/msg"
|
||||
plugin "kanhole/pkg/plugin/server"
|
||||
"kanhole/pkg/transport"
|
||||
"kanhole/pkg/util/util"
|
||||
"kanhole/pkg/util/wait"
|
||||
"kanhole/pkg/util/xlog"
|
||||
"kanhole/server/controller"
|
||||
"kanhole/server/metrics"
|
||||
"kanhole/server/proxy"
|
||||
"kanhole/server/registry"
|
||||
)
|
||||
|
||||
type ControlManager struct {
|
||||
|
||||
Reference in New Issue
Block a user