Remove unused Entry.Category in API client

This commit is contained in:
Frédéric Guillot 2020-01-05 22:47:06 -08:00
parent 61f0c8aa66
commit e2315e6a54
2 changed files with 0 additions and 2 deletions

View File

@ -137,7 +137,6 @@ type Entry struct {
Starred bool `json:"starred"`
Enclosures Enclosures `json:"enclosures,omitempty"`
Feed *Feed `json:"feed,omitempty"`
Category *Category `json:"category,omitempty"`
}
// Entries represents a list of entries.

View File

@ -34,7 +34,6 @@ type Entry struct {
Starred bool `json:"starred"`
Enclosures EnclosureList `json:"enclosures,omitempty"`
Feed *Feed `json:"feed,omitempty"`
Category *Category `json:"category,omitempty"`
}
// Entries represents a list of entries.