mirror of
https://github.com/octoleo/restic.git
synced 2024-12-27 04:32:40 +00:00
ad2585af67
Previously, an error JSON fragment would look like: {"message_type": "error", "error": {}} This is because encoding/json cannot marshal an error interface. Instead, we now call .Error() to get the string value. |
||
---|---|---|
.. | ||
backup | ||
progress | ||
restore | ||
signals | ||
table | ||
termstatus | ||
format_test.go | ||
format.go | ||
message.go |