From bc20e0884b3ca051ae77e1bb6e2de11419d36d4d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 3 Dec 2017 17:44:27 -0800 Subject: Add Fever API --- model/integration.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'model/integration.go') diff --git a/model/integration.go b/model/integration.go index 7afa9b3..d8ca279 100644 --- a/model/integration.go +++ b/model/integration.go @@ -14,4 +14,8 @@ type Integration struct { InstapaperEnabled bool InstapaperUsername string InstapaperPassword string + FeverEnabled bool + FeverUsername string + FeverPassword string + FeverToken string } -- cgit v1.2.3