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:
+10
-10
@@ -20,16 +20,16 @@ import (
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/fatedier/frp/client/proxy"
|
||||
"github.com/fatedier/frp/client/visitor"
|
||||
"github.com/fatedier/frp/pkg/auth"
|
||||
v1 "github.com/fatedier/frp/pkg/config/v1"
|
||||
"github.com/fatedier/frp/pkg/msg"
|
||||
"github.com/fatedier/frp/pkg/naming"
|
||||
"github.com/fatedier/frp/pkg/transport"
|
||||
"github.com/fatedier/frp/pkg/util/wait"
|
||||
"github.com/fatedier/frp/pkg/util/xlog"
|
||||
"github.com/fatedier/frp/pkg/vnet"
|
||||
"kanhole/client/proxy"
|
||||
"kanhole/client/visitor"
|
||||
"kanhole/pkg/auth"
|
||||
v1 "kanhole/pkg/config/v1"
|
||||
"kanhole/pkg/msg"
|
||||
"kanhole/pkg/naming"
|
||||
"kanhole/pkg/transport"
|
||||
"kanhole/pkg/util/wait"
|
||||
"kanhole/pkg/util/xlog"
|
||||
"kanhole/pkg/vnet"
|
||||
)
|
||||
|
||||
type SessionContext struct {
|
||||
|
||||
Reference in New Issue
Block a user