feat: ent ORM, admin UI, client auth, Fyne GUI, Windows/MSI packaging

This commit is contained in:
kannn
2026-05-29 08:58:22 +00:00
Unverified
parent 8563a5fc74
commit a0a42a4966
81 changed files with 17144 additions and 89 deletions
+19
View File
@@ -0,0 +1,19 @@
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// FrpcClient is the predicate function for frpcclient builders.
type FrpcClient func(*sql.Selector)
// Proxy is the predicate function for proxy builders.
type Proxy func(*sql.Selector)
// ServerConfig is the predicate function for serverconfig builders.
type ServerConfig func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)