From 86e71c48f50cd85d85ae58b0c45385b7ca7a542e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 7 Jan 2020 21:33:26 -0800 Subject: Remove unused Feed.Entries from API client --- client/core.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/core.go b/client/core.go index 98f7779..2958ce0 100644 --- a/client/core.go +++ b/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. -- cgit v1.2.3