diff options
author | 2024-10-18 13:18:17 +0800 | |
---|---|---|
committer | 2024-10-18 18:06:09 -0700 | |
commit | 366928b35de36b6ac37b8058faf7ea783afef7e6 (patch) | |
tree | e1fb1ab77852bb28af4b8bf8038172d157e48b45 /internal/model | |
parent | 3b654fefa73908063842fd143b76f1089d0d11ed (diff) | |
download | v2-366928b35de36b6ac37b8058faf7ea783afef7e6.tar.gz v2-366928b35de36b6ac37b8058faf7ea783afef7e6.tar.zst v2-366928b35de36b6ac37b8058faf7ea783afef7e6.zip |
feat(integration): add cubox integration
Signed-off-by: Shaolong Chen <shaolong.chen@outlook.it>
Diffstat (limited to 'internal/model')
-rw-r--r-- | internal/model/integration.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/model/integration.go b/internal/model/integration.go index 23fef60e..5b8d70ab 100644 --- a/internal/model/integration.go +++ b/internal/model/integration.go @@ -104,4 +104,6 @@ type Integration struct { NtfyUsername string NtfyPassword string NtfyIconURL string + CuboxEnabled bool + CuboxAPILink string } |