diff options
author | 2024-01-23 18:12:31 +0100 | |
---|---|---|
committer | 2024-01-25 18:04:14 -0800 | |
commit | 1e704468a50c53dc98c07f3d87805b6ca16ca919 (patch) | |
tree | 1b22985854ecbd1eb4f2f6c801c220bcf5189c73 /internal/model/integration.go | |
parent | e8147f26b99871b60af15dcaca0c25a070ddbb15 (diff) | |
download | v2-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.go | 6 |
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 |