refactor(Config): Renamed targetPath to LocalTargetPath
This commit is contained in:
parent
46b0c6013f
commit
524f83ec00
1 changed files with 3 additions and 2 deletions
|
|
@ -21,8 +21,9 @@ type Config struct {
|
||||||
BackupName string `json:"backupName"`
|
BackupName string `json:"backupName"`
|
||||||
FolderPath string `json:"folderPath"`
|
FolderPath string `json:"folderPath"`
|
||||||
RemoteStorageType string `json:"remoteStorageType"`
|
RemoteStorageType string `json:"remoteStorageType"`
|
||||||
TargetPath string `json:"targetPath"`
|
RemoteTargetPath string `json:"remoteTargetPath"`
|
||||||
CreateLocalBackup bool `json:"createLocalBackup"`
|
CreateLocalBackup bool `json:"createLocalBackup"`
|
||||||
|
LocalTargetPath string `json:"LocalTargetPath"`
|
||||||
} `json:"foldersToBackup"`
|
} `json:"foldersToBackup"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue