refactor(Config): Renamed StorageType to RemoteStorageType
This commit is contained in:
parent
8eb12fd51b
commit
057d90eb33
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ type Config struct {
|
||||||
FolderToBackup []struct{
|
FolderToBackup []struct{
|
||||||
BackupName string `json:"backupName"`
|
BackupName string `json:"backupName"`
|
||||||
FolderPath string `json:"folderPath"`
|
FolderPath string `json:"folderPath"`
|
||||||
StorageType string `json:"storageType"`
|
RemoteStorageType string `json:"remoteStorageType"`
|
||||||
TargetPath string `json:"targetPath"`
|
TargetPath string `json:"targetPath"`
|
||||||
CreateLocalBackup bool `json:"createLocalBackup"`
|
CreateLocalBackup bool `json:"createLocalBackup"`
|
||||||
} `json:"foldersToBackup"`
|
} `json:"foldersToBackup"`
|
||||||
|
|
|
||||||
Reference in a new issue