title fetch
This commit is contained in:
15
db/db.go
15
db/db.go
@ -20,13 +20,14 @@ var (
|
||||
)
|
||||
|
||||
type Item struct {
|
||||
Id int `json:"id"`
|
||||
Date string `json:"date"`
|
||||
URL string `json:"url"`
|
||||
Title string `json:"title"`
|
||||
Status DownloadStatus `json:"status"`
|
||||
FileName string `json:"file_name"`
|
||||
Pt pubsub.ProgressTracker `json:"-"`
|
||||
Id int `json:"id"`
|
||||
Date string `json:"date"`
|
||||
URL string `json:"url"`
|
||||
Title string `json:"title"`
|
||||
Status DownloadStatus `json:"status"`
|
||||
FileName string `json:"file_name"`
|
||||
Pt pubsub.ProgressTracker `json:"-"`
|
||||
TitleChan <-chan struct{} `json:"-"`
|
||||
}
|
||||
|
||||
type Jdb struct {
|
||||
|
Reference in New Issue
Block a user