From 5c1d023f41472660952ee559e2484cd6bbe688d3 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 29 Nov 2017 15:17:03 +0100 Subject: Fixed bug introduces by previous commit / refit Signed-off-by: Sebastien Douheret --- lib/xsapiv1/folders.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/xsapiv1/folders.go') 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:"-"` } -- cgit 1.2.3-korg