aboutsummaryrefslogtreecommitdiff
path: root/internal/model/integration.go
diff options
context:
space:
mode:
authorGravatar MDeLuise <66636702+MDeLuise@users.noreply.github.com> 2024-01-23 18:12:31 +0100
committerGravatar Frédéric Guillot <f@miniflux.net> 2024-01-25 18:04:14 -0800
commit1e704468a50c53dc98c07f3d87805b6ca16ca919 (patch)
tree1b22985854ecbd1eb4f2f6c801c220bcf5189c73 /internal/model/integration.go
parente8147f26b99871b60af15dcaca0c25a070ddbb15 (diff)
downloadv2-1e704468a50c53dc98c07f3d87805b6ca16ca919.tar.gz
v2-1e704468a50c53dc98c07f3d87805b6ca16ca919.tar.zst
v2-1e704468a50c53dc98c07f3d87805b6ca16ca919.zip
feat: add linkace service integration
Diffstat (limited to 'internal/model/integration.go')
-rw-r--r--internal/model/integration.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/model/integration.go b/internal/model/integration.go
index 7ed3a41d..d0a6f443 100644
--- a/internal/model/integration.go
+++ b/internal/model/integration.go
@@ -48,6 +48,12 @@ type Integration struct {
TelegramBotDisableWebPagePreview bool
TelegramBotDisableNotification bool
TelegramBotDisableButtons bool
+ LinkAceEnabled bool
+ LinkAceURL string
+ LinkAceAPIKey string
+ LinkAceTags string
+ LinkAcePrivate bool
+ LinkAceCheckDisabled bool
LinkdingEnabled bool
LinkdingURL string
LinkdingAPIKey string