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 Implement profile retrieval over federation (#726) 2019-08-07 00:02:12 +08:00
consumers use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
query use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
routing Pass cfg by reference around the codebase (#819) 2020-02-11 11:18:12 +00:00
storage use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
types use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
workers use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
README.md use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
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.