Files
polaris/ent/predicate/predicate.go
2024-07-01 11:35:28 +08:00

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)