Remove unused Entry.Category in API client
This commit is contained in:
parent
61f0c8aa66
commit
e2315e6a54
2 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue