X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Fxsapiv1%2Ffolders.go;h=4a33385cd408ab85c758281e924374aeb8b22dc9;hb=5c1d023f41472660952ee559e2484cd6bbe688d3;hp=9506a1d40f89e11f3eea0c5ab4c61af63d3be977;hpb=2f7828d01f4c4ca2909f95f098627cd5475ed225;p=src%2Fxds%2Fxds-server.git 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:"-"` }