Files
MonkeyCode/backend/db/predicate/predicate.go

101 lines
3.2 KiB
Go
Raw Normal View History

2025-06-25 15:25:18 +08:00
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
2025-08-21 11:13:50 +08:00
// AIEmployee is the predicate function for aiemployee builders.
type AIEmployee func(*sql.Selector)
// AITask is the predicate function for aitask builders.
type AITask func(*sql.Selector)
2025-06-25 15:25:18 +08:00
// 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)
2025-08-13 12:06:22 +08:00
// AdminRole is the predicate function for adminrole builders.
type AdminRole func(*sql.Selector)
2025-06-25 15:25:18 +08:00
// 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)
2025-07-04 20:17:49 +08:00
// CodeSnippet is the predicate function for codesnippet builders.
type CodeSnippet func(*sql.Selector)
2025-07-04 20:17:49 +08:00
// Extension is the predicate function for extension builders.
type Extension func(*sql.Selector)
2025-06-25 15:25:18 +08:00
// InviteCode is the predicate function for invitecode builders.
type InviteCode func(*sql.Selector)
2025-08-07 18:32:32 +08:00
// License is the predicate function for license builders.
type License func(*sql.Selector)
2025-06-25 15:25:18 +08:00
// Model is the predicate function for model builders.
type Model func(*sql.Selector)
2025-07-02 14:13:14 +08:00
// ModelProvider is the predicate function for modelprovider builders.
type ModelProvider func(*sql.Selector)
// ModelProviderModel is the predicate function for modelprovidermodel builders.
type ModelProviderModel func(*sql.Selector)
2025-08-13 12:06:22 +08:00
// Role is the predicate function for role builders.
type Role func(*sql.Selector)
2025-07-31 16:13:15 +08:00
// SecurityScanning is the predicate function for securityscanning builders.
type SecurityScanning func(*sql.Selector)
// SecurityScanningResult is the predicate function for securityscanningresult builders.
type SecurityScanningResult func(*sql.Selector)
2025-06-25 15:25:18 +08:00
// Setting is the predicate function for setting builders.
type Setting func(*sql.Selector)
2025-06-30 19:04:09 +08:00
// Task is the predicate function for task builders.
type Task func(*sql.Selector)
// TaskRecord is the predicate function for taskrecord builders.
type TaskRecord func(*sql.Selector)
2025-06-25 15:25:18 +08:00
// User is the predicate function for user builders.
type User func(*sql.Selector)
2025-08-13 12:06:22 +08:00
// UserGroup is the predicate function for usergroup builders.
type UserGroup func(*sql.Selector)
// UserGroupAdmin is the predicate function for usergroupadmin builders.
type UserGroupAdmin func(*sql.Selector)
// UserGroupUser is the predicate function for usergroupuser builders.
type UserGroupUser func(*sql.Selector)
2025-07-01 21:08:30 +08:00
// UserIdentity is the predicate function for useridentity builders.
type UserIdentity func(*sql.Selector)
2025-06-25 15:25:18 +08:00
// UserLoginHistory is the predicate function for userloginhistory builders.
type UserLoginHistory func(*sql.Selector)
// Workspace is the predicate function for workspace builders.
type Workspace func(*sql.Selector)
// WorkspaceFile is the predicate function for workspacefile builders.
type WorkspaceFile func(*sql.Selector)