initial commit

This commit is contained in:
maurice fletgen
2022-09-08 09:18:04 +02:00
commit 447b2fb51d
163 changed files with 47569 additions and 0 deletions

View File

@ -0,0 +1,43 @@
// 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)