From 3d19313a7f655bc2626990650c4de8141485eea3 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 26 Jul 2019 21:13:06 -0700 Subject: Add option to disable feeds --- model/feed.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model') diff --git a/model/feed.go b/model/feed.go index 63957c6..4b67cb1 100644 --- a/model/feed.go +++ b/model/feed.go @@ -29,6 +29,7 @@ type Feed struct { UserAgent string `json:"user_agent"` Username string `json:"username"` Password string `json:"password"` + Disabled bool `json:"disabled"` Category *Category `json:"category,omitempty"` Entries Entries `json:"entries,omitempty"` Icon *FeedIcon `json:"icon"` -- cgit v1.2.3