MCPcopy Create free account
hub / github.com/daodst/chat / AppServiceQueryAPI

Struct AppServiceQueryAPI

appservice/query/query.go:34–37  ·  view source on GitHub ↗

AppServiceQueryAPI is an implementation of api.AppServiceQueryAPI

Source from the content-addressed store, hash-verified

32
33// AppServiceQueryAPI is an implementation of api.AppServiceQueryAPI
34type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected