aboutsummaryrefslogtreecommitdiff
path: root/internal/model/integration.go
diff options
context:
space:
mode:
authorGravatar Alpha Chen <alpha@kejadlen.dev> 2024-04-27 20:35:56 -0700
committerGravatar Frédéric Guillot <f@miniflux.net> 2024-05-02 16:23:00 -0700
commitca62b0b36b5f5ecaf13e54f9b4c13c1f745cbfbb (patch)
treec347a2a565a147ef0924b4c2bfe811485b4874da /internal/model/integration.go
parent7d6a4243c1671bb0a978b32a4a5862f5f9d71da7 (diff)
downloadv2-ca62b0b36b5f5ecaf13e54f9b4c13c1f745cbfbb.tar.gz
v2-ca62b0b36b5f5ecaf13e54f9b4c13c1f745cbfbb.tar.zst
v2-ca62b0b36b5f5ecaf13e54f9b4c13c1f745cbfbb.zip
integration/raindrop: initial draft implementation
Diffstat (limited to 'internal/model/integration.go')
-rw-r--r--internal/model/integration.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/model/integration.go b/internal/model/integration.go
index 4ab70c18..05e4cec7 100644
--- a/internal/model/integration.go
+++ b/internal/model/integration.go
@@ -90,4 +90,8 @@ type Integration struct {
OmnivoreEnabled bool
OmnivoreAPIKey string
OmnivoreURL string
+ RaindropEnabled bool
+ RaindropToken string
+ RaindropCollectionID string
+ RaindropTags string
}