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

Method QueryEventsByID

roomserver/api/api.go:58–58  ·  view source on GitHub ↗

Query a list of events by event ID.

(
		ctx context.Context,
		req *QueryEventsByIDRequest,
		res *QueryEventsByIDResponse,
	)

Source from the content-addressed store, hash-verified

56type QueryEventsAPI interface {
57 // Query a list of events by event ID.
58 QueryEventsByID(
59 ctx context.Context,
60 req *QueryEventsByIDRequest,
61 res *QueryEventsByIDResponse,

Callers 10

AddRoutesFunction · 0.65
GetEventFunction · 0.65
QueryEventsByIDMethod · 0.65
getLocalEventMethod · 0.65
GetEventFunction · 0.65
onNewRoomEventMethod · 0.65
onMessageMethod · 0.65
processMessageMethod · 0.65
lookupStateEventsMethod · 0.65
fetchEventFunction · 0.65

Implementers 3

Queryerroomserver/internal/query/query.go
httpRoomserverInternalAPIroomserver/inthttp/client.go
RoomserverInternalAPITraceroomserver/api/api_trace.go

Calls

no outgoing calls

Tested by

no test coverage detected