Add ent schema example

This commit is contained in:
Achim Rohn
2025-09-12 00:35:31 +02:00
parent d74d2c7afb
commit 49ff018349
25 changed files with 3975 additions and 9 deletions
@@ -0,0 +1,10 @@
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// User is the predicate function for user builders.
type User func(*sql.Selector)