diff options
author | 2023-08-13 14:30:57 -0700 | |
---|---|---|
committer | 2023-08-13 18:51:50 -0700 | |
commit | 9f465fd70db9368e87e2dac77f4ea2d2a27c7c14 (patch) | |
tree | 6b5f8c05ef2444204c93aa99a4b50afff8e1b84b /internal/model/integration.go | |
parent | 28df0b119e8d3562ca00c6066911aa8538378175 (diff) | |
download | v2-9f465fd70db9368e87e2dac77f4ea2d2a27c7c14.tar.gz v2-9f465fd70db9368e87e2dac77f4ea2d2a27c7c14.tar.zst v2-9f465fd70db9368e87e2dac77f4ea2d2a27c7c14.zip |
Add Shaarli 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 28a0da9a..c00be86f 100644 --- a/internal/model/integration.go +++ b/internal/model/integration.go @@ -61,4 +61,7 @@ type Integration struct { ShioriURL string ShioriUsername string ShioriPassword string + ShaarliEnabled bool + ShaarliURL string + ShaarliAPISecret string } |