Explorar o código

Remove unused Feed.Entries from API client

Frédéric Guillot %!s(int64=6) %!d(string=hai) anos
pai
achega
86e71c48f5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      client/core.go

+ 0 - 1
client/core.go

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