manager/ent/predicate/predicate.go

23 lines
558 B
Go

// 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)