mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 23:21:00 +08:00
35 lines
1001 B
Go
35 lines
1001 B
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// DownloadClients is the predicate function for downloadclients builders.
|
|
type DownloadClients func(*sql.Selector)
|
|
|
|
// Episode is the predicate function for episode builders.
|
|
type Episode func(*sql.Selector)
|
|
|
|
// History is the predicate function for history builders.
|
|
type History func(*sql.Selector)
|
|
|
|
// ImportList is the predicate function for importlist builders.
|
|
type ImportList func(*sql.Selector)
|
|
|
|
// Indexers is the predicate function for indexers builders.
|
|
type Indexers func(*sql.Selector)
|
|
|
|
// Media is the predicate function for media builders.
|
|
type Media func(*sql.Selector)
|
|
|
|
// NotificationClient is the predicate function for notificationclient builders.
|
|
type NotificationClient func(*sql.Selector)
|
|
|
|
// Settings is the predicate function for settings builders.
|
|
type Settings func(*sql.Selector)
|
|
|
|
// Storage is the predicate function for storage builders.
|
|
type Storage func(*sql.Selector)
|