go generate ent schema
This commit is contained in:
parent
c2369cca8a
commit
6943eb83f4
26 changed files with 7831 additions and 0 deletions
13
ent/predicate/predicate.go
Normal file
13
ent/predicate/predicate.go
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue