mirror of
https://github.com/miniflux/v2.git
synced 2025-08-31 18:31:01 +00:00
Add feature to refresh all feeds from the user interface
This commit is contained in:
parent
480b0d94e2
commit
855fb06bc9
19 changed files with 104 additions and 55 deletions
|
@ -4,7 +4,11 @@
|
|||
|
||||
package model
|
||||
|
||||
// Job represents a payload sent to the processing queue.
|
||||
type Job struct {
|
||||
UserID int64
|
||||
FeedID int64
|
||||
}
|
||||
|
||||
// JobList represents a list of jobs.
|
||||
type JobList []Job
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue