diff options
Diffstat (limited to 'lib/xsapiv1/folders.go')
-rw-r--r-- | lib/xsapiv1/folders.go | 6 |
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:"-"` } |