[feature] migrate to monorepo
Some checks failed
Build Backend / Build Docker Image (push) Successful in 3m33s
Test Backend / test (push) Failing after 31s

This commit is contained in:
CDN 2025-02-21 00:49:20 +08:00
commit 05ddc1f783
Signed by: CDN
GPG key ID: 0C656827F9F80080
267 changed files with 75165 additions and 0 deletions

View file

@ -0,0 +1,55 @@
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Category is the predicate function for category builders.
type Category func(*sql.Selector)
// CategoryContent is the predicate function for categorycontent builders.
type CategoryContent func(*sql.Selector)
// Contributor is the predicate function for contributor builders.
type Contributor func(*sql.Selector)
// ContributorRole is the predicate function for contributorrole builders.
type ContributorRole func(*sql.Selector)
// ContributorSocialLink is the predicate function for contributorsociallink builders.
type ContributorSocialLink func(*sql.Selector)
// Daily is the predicate function for daily builders.
type Daily func(*sql.Selector)
// DailyCategory is the predicate function for dailycategory builders.
type DailyCategory func(*sql.Selector)
// DailyCategoryContent is the predicate function for dailycategorycontent builders.
type DailyCategoryContent func(*sql.Selector)
// DailyContent is the predicate function for dailycontent builders.
type DailyContent func(*sql.Selector)
// Media is the predicate function for media builders.
type Media func(*sql.Selector)
// Permission is the predicate function for permission builders.
type Permission func(*sql.Selector)
// Post is the predicate function for post builders.
type Post func(*sql.Selector)
// PostContent is the predicate function for postcontent builders.
type PostContent func(*sql.Selector)
// PostContributor is the predicate function for postcontributor builders.
type PostContributor func(*sql.Selector)
// Role is the predicate function for role builders.
type Role func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)