From 0f3f5e442f81d37a03618d0df5ea8f0524a24029 Mon Sep 17 00:00:00 2001 From: Allan Reyes Date: Sun, 20 May 2018 13:31:56 -0700 Subject: Add Pocket integration --- model/integration.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'model') diff --git a/model/integration.go b/model/integration.go index 721c701..e4282a4 100644 --- a/model/integration.go +++ b/model/integration.go @@ -27,4 +27,7 @@ type Integration struct { NunuxKeeperEnabled bool NunuxKeeperURL string NunuxKeeperAPIKey string + PocketEnabled bool + PocketAccessToken string + PocketConsumerKey string } -- cgit v1.2.3