55 lines
1.7 KiB
Go
55 lines
1.7 KiB
Go
// 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)
|