implement download feature

This commit is contained in:
Simon Ding
2024-07-10 17:35:16 +08:00
parent d7d5c72518
commit e500aaed1e
43 changed files with 4903 additions and 227 deletions

View File

@@ -23,3 +23,6 @@ type Series 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)