AppServiceQueryAPI is an implementation of api.AppServiceQueryAPI
| 32 | |
| 33 | // AppServiceQueryAPI is an implementation of api.AppServiceQueryAPI |
| 34 | type AppServiceQueryAPI struct { |
| 35 | HTTPClient *http.Client |
| 36 | Cfg *config.Dendrite |
| 37 | } |
| 38 | |
| 39 | // RoomAliasExists performs a request to '/room/{roomAlias}' on all known |
| 40 | // handling application services until one admits to owning the room |
nothing calls this directly
no outgoing calls
no test coverage detected