Documentation ¶
Index ¶
Constants ¶
View Source
const ( AppServiceRoomAliasExistsPath = "/appservice/RoomAliasExists" AppServiceUserIDExistsPath = "/appservice/UserIDExists" )
HTTP paths for the internal HTTP APIs
Variables ¶
This section is empty.
Functions ¶
func AddRoutes ¶
func AddRoutes(a api.AppServiceInternalAPI, internalAPIMux *mux.Router)
AddRoutes adds the AppServiceQueryAPI handlers to the http.ServeMux.
func NewAppserviceClient ¶
func NewAppserviceClient( appserviceURL string, httpClient *http.Client, ) (api.AppServiceInternalAPI, error)
NewAppserviceClient creates a AppServiceQueryAPI implemented by talking to a HTTP POST API. If httpClient is nil an error is returned
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.