// Code generated by ent, DO NOT EDIT. package predicate import ( "entgo.io/ent/dialect/sql" ) // Blocklist is the predicate function for blocklist builders. type Blocklist func(*sql.Selector) // 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)