Documentation ¶
Overview ¶
Package query handles requests from other internal dendrite components when they interact with the AppServiceQueryAPI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppServiceQueryAPI ¶
AppServiceQueryAPI is an implementation of api.AppServiceQueryAPI
func (*AppServiceQueryAPI) RoomAliasExists ¶
func (a *AppServiceQueryAPI) RoomAliasExists( ctx context.Context, request *api.RoomAliasExistsRequest, response *api.RoomAliasExistsResponse, ) error
RoomAliasExists performs a request to '/room/{roomAlias}' on all known handling application services until one admits to owning the room
func (*AppServiceQueryAPI) UserIDExists ¶
func (a *AppServiceQueryAPI) UserIDExists( ctx context.Context, request *api.UserIDExistsRequest, response *api.UserIDExistsResponse, ) error
UserIDExists performs a request to '/users/{userID}' on all known handling application services until one admits to owning the user ID
Click to show internal directories.
Click to hide internal directories.