aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xsapiv1
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-29 15:17:03 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-29 15:17:03 +0100
commit5c1d023f41472660952ee559e2484cd6bbe688d3 (patch)
tree72c6218482c8ef06d0fa7dc4304ea2b663c9cb4d /lib/xsapiv1
parent2f7828d01f4c4ca2909f95f098627cd5475ed225 (diff)
Fixed bug introduces by previous commit / refit
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'lib/xsapiv1')
-rw-r--r--lib/xsapiv1/folders.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/xsapiv1/folders.go b/lib/xsapiv1/folders.go
index 9506a1d..4a33385 100644
--- a/lib/xsapiv1/folders.go
+++ b/lib/xsapiv1/folders.go
@@ -58,4 +58,10 @@ type PathMapConfig struct {
// CloudSyncConfig CloudSync (AKA Syncthing) specific data
type CloudSyncConfig struct {
SyncThingID string `json:"syncThingID"`
+
+ // Not exported fields (only used internally)
+ STSvrStatus string `json:"-"`
+ STSvrIsInSync bool `json:"-"`
+ STLocStatus string `json:"-"`
+ STLocIsInSync bool `json:"-"`
}