ent schema post generation
This commit is contained in:
22
ent/predicate/predicate.go
Normal file
22
ent/predicate/predicate.go
Normal file
@ -0,0 +1,22 @@
|
||||
// Code generated by entc, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// Account is the predicate function for account builders.
|
||||
type Account func(*sql.Selector)
|
||||
|
||||
// Alias is the predicate function for alias builders.
|
||||
type Alias func(*sql.Selector)
|
||||
|
||||
// Domain is the predicate function for domain builders.
|
||||
type Domain func(*sql.Selector)
|
||||
|
||||
// Logentry is the predicate function for logentry builders.
|
||||
type Logentry func(*sql.Selector)
|
||||
|
||||
// Mailbox is the predicate function for mailbox builders.
|
||||
type Mailbox func(*sql.Selector)
|
Reference in New Issue
Block a user