diff options
author | Frédéric Guillot <fred@miniflux.net> | 2020-01-07 21:33:26 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2020-01-07 21:39:50 -0800 |
commit | 86e71c48f50cd85d85ae58b0c45385b7ca7a542e (patch) | |
tree | 5d02aa8b41153e70b2d40038c44c4f400802a408 | |
parent | 6ebb29cd22f864842bd763828e914d172ce6f46b (diff) |
Remove unused Feed.Entries from API client
-rw-r--r-- | client/core.go | 1 |
1 files changed, 0 insertions, 1 deletions
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. |