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

Method SetAppserviceAPI

roomserver/api/api.go:24–24  ·  view source on GitHub ↗
(asAPI asAPI.AppServiceInternalAPI)

Source from the content-addressed store, hash-verified

22 // interdependencies between the roomserver and other input APIs
23 SetFederationAPI(fsAPI fsAPI.RoomserverFederationAPI, keyRing *gomatrixserverlib.KeyRing)
24 SetAppserviceAPI(asAPI asAPI.AppServiceInternalAPI)
25 SetUserAPI(userAPI userapi.RoomserverUserAPI)
26
27 // QueryAuthChain returns the entire auth chain for the event IDs given.

Callers 5

SetAppserviceAPIMethod · 0.65
mainFunction · 0.65
startupFunction · 0.65
RoomServerFunction · 0.65
mainFunction · 0.65

Implementers 2

httpRoomserverInternalAPIroomserver/inthttp/client.go
RoomserverInternalAPITraceroomserver/api/api_trace.go

Calls

no outgoing calls

Tested by

no test coverage detected