mirror of
https://github.com/miniflux/v2.git
synced 2025-07-22 17:18:37 +00:00
Add bookmarks
This commit is contained in:
parent
b153fa8b3c
commit
9868f900e9
31 changed files with 688 additions and 78 deletions
1
vendor/github.com/miniflux/miniflux-go/miniflux.go
generated
vendored
1
vendor/github.com/miniflux/miniflux-go/miniflux.go
generated
vendored
|
@ -101,6 +101,7 @@ type Entry struct {
|
|||
Date time.Time `json:"published_at"`
|
||||
Content string `json:"content"`
|
||||
Author string `json:"author"`
|
||||
Starred bool `json:"starred"`
|
||||
Enclosures Enclosures `json:"enclosures,omitempty"`
|
||||
Feed *Feed `json:"feed,omitempty"`
|
||||
Category *Category `json:"category,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue