diff options
author | 2023-12-04 23:05:04 -0500 | |
---|---|---|
committer | 2023-12-04 20:05:04 -0800 | |
commit | e933fb11e95422b4859c41f81d56b041f68510fc (patch) | |
tree | 081cc91899ee0b6f2626f24432d4e4c8a896fd7b /internal/model/integration.go | |
parent | 0666d98648d24796f0a30adebbd75bd839399234 (diff) | |
download | v2-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.go | 3 |
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 } |