mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 06:23:10 -06:00
This removes `PerformError`, which was needed when we still had
polylith.
This removes quite a bunch of
```go
if err != nil {
return err
}
if err := res.Error; err != nil {
return err.JSONResponse()
}
```
Hopefully can be read commit by commit. [skip ci]
|
||
|---|---|---|
| .. | ||
| alias.go | ||
| alias_test.go | ||
| api.go | ||
| input.go | ||
| output.go | ||
| perform.go | ||
| query.go | ||
| wrapper.go | ||