refactor(Config): Renamed StorageType to RemoteStorageType

This commit is contained in:
netbenix 2021-12-23 09:23:28 +01:00
parent 8eb12fd51b
commit 057d90eb33

View file

@ -20,7 +20,7 @@ type Config struct {
FolderToBackup []struct{
BackupName string `json:"backupName"`
FolderPath string `json:"folderPath"`
StorageType string `json:"storageType"`
RemoteStorageType string `json:"remoteStorageType"`
TargetPath string `json:"targetPath"`
CreateLocalBackup bool `json:"createLocalBackup"`
} `json:"foldersToBackup"`