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
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"
"github.com/fatedier/frp/pkg/db/ent/predicate"
"github.com/fatedier/frp/pkg/db/ent/serverconfig"
"kanhole/pkg/db/ent/predicate"
"kanhole/pkg/db/ent/serverconfig"
)
// ServerConfigDelete is the builder for deleting a ServerConfig entity.