mirror of
https://github.com/octoleo/restic.git
synced 2024-12-28 04:56:04 +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. |
||
---|---|---|
.. | ||
archiver | ||
backend | ||
bloblru | ||
checker | ||
crypto | ||
debug | ||
dump | ||
errors | ||
feature | ||
filter | ||
fs | ||
fuse | ||
migrations | ||
options | ||
repository | ||
restic | ||
restorer | ||
selfupdate | ||
test | ||
textfile | ||
ui | ||
walker |