X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Ffolder%2Ffolder-interface.go;h=aec773d65ddc8ec67196e12250101cfc73909149;hb=b1708565ee2b4d725bb98c6b015f16af3d2a097e;hp=5036c4df3a97f507e6ffc7d04919e8e7a019ae11;hpb=17ab6663d5522bf4db3e6cce70352f8ba4379e99;p=src%2Fxds%2Fxds-server.git diff --git a/lib/folder/folder-interface.go b/lib/folder/folder-interface.go index 5036c4d..aec773d 100644 --- a/lib/folder/folder-interface.go +++ b/lib/folder/folder-interface.go @@ -60,7 +60,9 @@ type FolderConfig struct { // PathMapConfig Path mapping specific data type PathMapConfig struct { - ServerPath string `json:"serverPath"` + ServerPath string `json:"serverPath"` + CheckFile string `json:"checkFile"` + CheckContent string `json:"checkContent"` } // CloudSyncConfig CloudSync (AKA Syncthing) specific data