mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-06 01:20:46 +08:00
23 lines
593 B
Go
23 lines
593 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)
|
|
|
|
// 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)
|