mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-03 22:52:47 +00:00
Make media repo use error rather than jsonErrorResponse (#235)
* Make media repo use error rather than jsonErrorResponse * Update comments * gb vendor github.com/pkg/errors * Fixup error formats
This commit is contained in:
parent
856bc5b52e
commit
08b9940dde
14 changed files with 2041 additions and 141 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -12,11 +12,12 @@ kafka.tgz
|
|||
*.so
|
||||
|
||||
# Folders
|
||||
kafka
|
||||
bin
|
||||
pkg
|
||||
_obj
|
||||
_test
|
||||
/kafka
|
||||
/bin
|
||||
/pkg
|
||||
/_obj
|
||||
/_test
|
||||
/vendor/bin
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue