go generate ent schema

This commit is contained in:
2024-08-19 13:55:36 +02:00
parent c2369cca8a
commit 6943eb83f4
26 changed files with 7831 additions and 0 deletions

View File

@ -0,0 +1,13 @@
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Account is the predicate function for account builders.
type Account func(*sql.Selector)
// Email is the predicate function for email builders.
type Email func(*sql.Selector)