Reduce payload size when fetching multiple items
This commit is contained in:
parent
9a25332ded
commit
63123aa9a7
@ -50,8 +50,15 @@ type Item struct {
|
||||
}
|
||||
|
||||
type ItemWithFeed struct {
|
||||
Item
|
||||
|
||||
ID string
|
||||
Title string
|
||||
URL string
|
||||
ImageURL string
|
||||
Created *time.Time
|
||||
GUID string
|
||||
FeedID string
|
||||
Read bool
|
||||
Save bool
|
||||
FeedTitle string
|
||||
FeedHomepageURL string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user