mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-27 14:10:48 +08:00
26 lines
686 B
Go
26 lines
686 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)
|
|
|
|
// Epidodes is the predicate function for epidodes builders.
|
|
type Epidodes func(*sql.Selector)
|
|
|
|
// History is the predicate function for history builders.
|
|
type History func(*sql.Selector)
|
|
|
|
// Indexers is the predicate function for indexers builders.
|
|
type Indexers func(*sql.Selector)
|
|
|
|
// Series is the predicate function for series builders.
|
|
type Series func(*sql.Selector)
|
|
|
|
// Settings is the predicate function for settings builders.
|
|
type Settings func(*sql.Selector)
|