mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
e473320e73
- New package `perform` which contains all `Perform` functions - New package `helpers` which contains helper functions used by both perform and query/input functions. - Perform invite/leave have no idea how to `WriteOutputEvents` and this is now returned from `PerformInvite` or `PerformLeave` respectively. Still to do: - RSAPI is fed into the inviter/joiner/leaver - this introduces circular logic so will need to be removed. - Put query operations in a `query` package. - Put input operations (and output) in an `input` package. - Factor out helper functions as much as possible, possibly rejigging the storage layer in the process. |
||
---|---|---|
.. | ||
build-test-lint.sh | ||
Complement.Dockerfile | ||
complement.sh | ||
find-lint.sh | ||
install-local-kafka.sh | ||
README.md |
Dev Scripts
These are a collection of scripts that should be helpful for those developing on dendrite.
See find-lint.sh
for environment variables that control linter resource
usage.