2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 21:27:34 +00:00
restic/internal/ui/restore
Michael Terry 88f59fc2d6 json: switch backup and restore errors from string to struct types
This keeps backwards compatibility with the previous empty structs.
And maybe we'd want to put other fields into the inner struct later,
rather than the outer message.
2024-08-03 16:21:44 -04:00
..
json_test.go json: switch backup and restore errors from string to struct types 2024-08-03 16:21:44 -04:00
json.go json: switch backup and restore errors from string to struct types 2024-08-03 16:21:44 -04:00
progress_test.go restore: print JSON versions of errors in --json mode 2024-08-03 15:18:46 -04:00
progress.go restore: print JSON versions of errors in --json mode 2024-08-03 15:18:46 -04:00
text_test.go restore: print JSON versions of errors in --json mode 2024-08-03 15:18:46 -04:00
text.go restore: print JSON versions of errors in --json mode 2024-08-03 15:18:46 -04:00