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
+3 -3
View File
@@ -5,12 +5,12 @@ package enttest
import (
"context"
"github.com/fatedier/frp/pkg/db/ent"
"kanhole/pkg/db/ent"
// required by schema hooks.
_ "github.com/fatedier/frp/pkg/db/ent/runtime"
_ "kanhole/pkg/db/ent/runtime"
"entgo.io/ent/dialect/sql/schema"
"github.com/fatedier/frp/pkg/db/ent/migrate"
"kanhole/pkg/db/ent/migrate"
)
type (