Browse Source

Remove unused Entry.Category in API client

Frédéric Guillot 6 years ago
parent
commit
e2315e6a54
2 changed files with 0 additions and 2 deletions
  1. 0 1
      client/core.go
  2. 0 1
      model/entry.go

+ 0 - 1
client/core.go

@@ -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.

+ 0 - 1
model/entry.go

@@ -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.