rebrand: frp -> kanhole (kanhole server, kanholec client)
golangci-lint / lint (push) Failing after 1m5s

This commit is contained in:
kannn
2026-05-29 09:05:34 +00:00
Unverified
parent a0a42a4966
commit 2cd3052da1
265 changed files with 949 additions and 962 deletions
+14 -14
View File
@@ -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 {