[feature] migrate to monorepo
This commit is contained in:
commit
05ddc1f783
267 changed files with 75165 additions and 0 deletions
55
backend/ent/predicate/predicate.go
Normal file
55
backend/ent/predicate/predicate.go
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue