mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +00:00
Improve storage module
This commit is contained in:
parent
e38333e272
commit
d3883126bf
13 changed files with 505 additions and 317 deletions
|
@ -33,8 +33,8 @@ type Feed struct {
|
|||
Category *Category `json:"category,omitempty"`
|
||||
Entries Entries `json:"entries,omitempty"`
|
||||
Icon *FeedIcon `json:"icon"`
|
||||
UnreadCount int `json:"unread_count"`
|
||||
ReadCount int `json:"read_count"`
|
||||
UnreadCount int
|
||||
ReadCount int
|
||||
}
|
||||
|
||||
func (f *Feed) String() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue