Fixed bug introduces by previous commit / refit
[src/xds/xds-server.git] / lib / xsapiv1 / folders.go
index 9506a1d..4a33385 100644 (file)
@@ -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:"-"`
 }