aboutsummaryrefslogtreecommitdiff
path: root/internal/model/integration.go
diff options
context:
space:
mode:
authorGravatar Jesse Jaggars <jhjaggars@gmail.com> 2023-12-04 23:05:04 -0500
committerGravatar GitHub <noreply@github.com> 2023-12-04 20:05:04 -0800
commite933fb11e95422b4859c41f81d56b041f68510fc (patch)
tree081cc91899ee0b6f2626f24432d4e4c8a896fd7b /internal/model/integration.go
parent0666d98648d24796f0a30adebbd75bd839399234 (diff)
downloadv2-e933fb11e95422b4859c41f81d56b041f68510fc.tar.gz
v2-e933fb11e95422b4859c41f81d56b041f68510fc.tar.zst
v2-e933fb11e95422b4859c41f81d56b041f68510fc.zip
Add Omnivore integration
Diffstat (limited to 'internal/model/integration.go')
-rw-r--r--internal/model/integration.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/model/integration.go b/internal/model/integration.go
index e31ae8fe..7ed3a41d 100644
--- a/internal/model/integration.go
+++ b/internal/model/integration.go
@@ -73,4 +73,7 @@ type Integration struct {
WebhookSecret string
RSSBridgeEnabled bool
RSSBridgeURL string
+ OmnivoreEnabled bool
+ OmnivoreAPIKey string
+ OmnivoreURL string
}