0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-03-05 13:20:03 +01:00
dendrite/internal/httputil
kegsay 85704eff20
Clean up interface definitions (#2427)
* tidy up interfaces

* remove unused GetCreatorIDForAlias

* Add RoomserverUserAPI interface

* Define more interfaces

* Use AppServiceInternalAPI for consistent naming

* clean up federationapi constructor a bit

* Fix monolith in -http mode
2022-05-06 12:39:26 +01:00
..
http.go Add missing HTTP mode for userapi (#1982) 2021-12-03 17:18:35 +00:00
httpapi.go Clean up interface definitions (#2427) 2022-05-06 12:39:26 +01:00
httpapi_test.go
paths.go Healthcheck endpoints (#2303) 2022-03-25 13:25:15 +00:00
rate_limiting.go
routing.go