aboutsummaryrefslogtreecommitdiffhomepage
path: root/model
diff options
context:
space:
mode:
authorGravatar Allan Reyes <allanbreyes@users.noreply.github.com>2018-05-20 13:31:56 -0700
committerGravatar Frédéric Guillot <fred@kanboard.net>2018-05-20 13:31:56 -0700
commit0f3f5e442f81d37a03618d0df5ea8f0524a24029 (patch)
treecdd430707b2eeafa436784d382e531fa699208e9 /model
parentf19ab21b7d7dcddb3de0536c272cb22d581eb8d7 (diff)
Add Pocket integration
Diffstat (limited to 'model')
-rw-r--r--model/integration.go3
1 files changed, 3 insertions, 0 deletions
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
}