From 34ce1142313b74e21a74c08c6dbd8d4312d7e336 Mon Sep 17 00:00:00 2001 From: Nicolas Carlier Date: Sun, 25 Feb 2018 19:49:08 +0000 Subject: Add Nunux Keeper integration --- model/integration.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'model') diff --git a/model/integration.go b/model/integration.go index 5ddaef2..721c701 100644 --- a/model/integration.go +++ b/model/integration.go @@ -24,4 +24,7 @@ type Integration struct { WallabagClientSecret string WallabagUsername string WallabagPassword string + NunuxKeeperEnabled bool + NunuxKeeperURL string + NunuxKeeperAPIKey string } -- cgit v1.2.3