0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-14 13:49:04 +02:00
dendrite/appservice
Behouba Manassé 9937c05bea
Pass cfg by reference around the codebase (#819)
* Pass cfg by reference around the codebase

* Merge branch 'master' into pass-cfg-by-ref

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-02-11 11:18:12 +00:00
..
api
consumers
query
routing Pass cfg by reference around the codebase (#819) 2020-02-11 11:18:12 +00:00
storage
types
workers
appservice.go Pass cfg by reference around the codebase (#819) 2020-02-11 11:18:12 +00:00
README.md

Application Service

This component interfaces with external Application Services. This includes any HTTP endpoints that application services call, as well as talking to any HTTP endpoints that application services provide themselves.

Consumers

This component consumes and filters events from the Roomserver Kafka stream, passing on any necessary events to subscribing application services.