mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-02 14:53:55 +08:00
47 lines
1.4 KiB
Go
47 lines
1.4 KiB
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// Admin is the predicate function for admin builders.
|
|
type Admin func(*sql.Selector)
|
|
|
|
// AdminLoginHistory is the predicate function for adminloginhistory builders.
|
|
type AdminLoginHistory func(*sql.Selector)
|
|
|
|
// ApiKey is the predicate function for apikey builders.
|
|
type ApiKey func(*sql.Selector)
|
|
|
|
// BillingPlan is the predicate function for billingplan builders.
|
|
type BillingPlan func(*sql.Selector)
|
|
|
|
// BillingQuota is the predicate function for billingquota builders.
|
|
type BillingQuota func(*sql.Selector)
|
|
|
|
// BillingRecord is the predicate function for billingrecord builders.
|
|
type BillingRecord func(*sql.Selector)
|
|
|
|
// BillingUsage is the predicate function for billingusage builders.
|
|
type BillingUsage func(*sql.Selector)
|
|
|
|
// InviteCode is the predicate function for invitecode builders.
|
|
type InviteCode func(*sql.Selector)
|
|
|
|
// Model is the predicate function for model builders.
|
|
type Model func(*sql.Selector)
|
|
|
|
// Record is the predicate function for record builders.
|
|
type Record func(*sql.Selector)
|
|
|
|
// Setting is the predicate function for setting builders.
|
|
type Setting func(*sql.Selector)
|
|
|
|
// User is the predicate function for user builders.
|
|
type User func(*sql.Selector)
|
|
|
|
// UserLoginHistory is the predicate function for userloginhistory builders.
|
|
type UserLoginHistory func(*sql.Selector)
|