feat: api to add torrent hash to blacklist

This commit is contained in:
Simon Ding
2024-10-10 00:49:32 +08:00
parent 7e4d907ef6
commit 5daeca0bd9
28 changed files with 1122 additions and 1137 deletions

View File

@@ -6,8 +6,8 @@ import (
"entgo.io/ent/dialect/sql"
)
// Blocklist is the predicate function for blocklist builders.
type Blocklist func(*sql.Selector)
// Blacklist is the predicate function for blacklist builders.
type Blacklist func(*sql.Selector)
// DownloadClients is the predicate function for downloadclients builders.
type DownloadClients func(*sql.Selector)