Remove unused Feed.Entries from API client

This commit is contained in:
Frédéric Guillot 2020-01-07 21:33:26 -08:00
parent 6ebb29cd22
commit 86e71c48f5

View file

@ -95,7 +95,6 @@ type Feed struct {
Username string `json:"username"`
Password string `json:"password"`
Category *Category `json:"category,omitempty"`
Entries Entries `json:"entries,omitempty"`
}
// FeedModification represents changes for a feed.