44 lines
1.2 KiB
Go
44 lines
1.2 KiB
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// Actions is the predicate function for actions builders.
|
|
type Actions func(*sql.Selector)
|
|
|
|
// Authorizables is the predicate function for authorizables builders.
|
|
type Authorizables func(*sql.Selector)
|
|
|
|
// Blacklist is the predicate function for blacklist builders.
|
|
type Blacklist func(*sql.Selector)
|
|
|
|
// Logging is the predicate function for logging builders.
|
|
type Logging func(*sql.Selector)
|
|
|
|
// Punishments is the predicate function for punishments builders.
|
|
type Punishments func(*sql.Selector)
|
|
|
|
// Servers is the predicate function for servers builders.
|
|
type Servers func(*sql.Selector)
|
|
|
|
// Settings is the predicate function for settings builders.
|
|
type Settings func(*sql.Selector)
|
|
|
|
// Socialmedia is the predicate function for socialmedia builders.
|
|
type Socialmedia func(*sql.Selector)
|
|
|
|
// Support is the predicate function for support builders.
|
|
type Support func(*sql.Selector)
|
|
|
|
// SupportResponse is the predicate function for supportresponse builders.
|
|
type SupportResponse func(*sql.Selector)
|
|
|
|
// User is the predicate function for user builders.
|
|
type User func(*sql.Selector)
|
|
|
|
// Warns is the predicate function for warns builders.
|
|
type Warns func(*sql.Selector)
|