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:
@@ -27,7 +27,7 @@ import (
|
||||
"slices"
|
||||
"strings"
|
||||
|
||||
v1 "github.com/fatedier/frp/pkg/config/v1"
|
||||
v1 "kanhole/pkg/config/v1"
|
||||
)
|
||||
|
||||
type httpPlugin struct {
|
||||
|
||||
@@ -20,8 +20,8 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/fatedier/frp/pkg/util/util"
|
||||
"github.com/fatedier/frp/pkg/util/xlog"
|
||||
"kanhole/pkg/util/util"
|
||||
"kanhole/pkg/util/xlog"
|
||||
)
|
||||
|
||||
type Manager struct {
|
||||
|
||||
@@ -25,8 +25,8 @@ import (
|
||||
|
||||
goliblog "github.com/fatedier/golib/log"
|
||||
|
||||
"github.com/fatedier/frp/pkg/msg"
|
||||
frplog "github.com/fatedier/frp/pkg/util/log"
|
||||
"kanhole/pkg/msg"
|
||||
frplog "kanhole/pkg/util/log"
|
||||
)
|
||||
|
||||
type testPlugin struct {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"github.com/fatedier/frp/pkg/msg"
|
||||
"kanhole/pkg/msg"
|
||||
)
|
||||
|
||||
type Request struct {
|
||||
|
||||
Reference in New Issue
Block a user