feat: add goreleaser

This commit is contained in:
Simon Ding
2024-09-29 14:27:01 +08:00
parent ce25c090f5
commit 5d726dbcf1
25 changed files with 2192 additions and 48 deletions

View File

@@ -6,6 +6,9 @@ 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)