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

Method PerformAdminEvacuateUser

roomserver/api/api.go:161–161  ·  view source on GitHub ↗
(ctx context.Context, req *PerformAdminEvacuateUserRequest, res *PerformAdminEvacuateUserResponse)

Source from the content-addressed store, hash-verified

159 QueryCurrentState(ctx context.Context, req *QueryCurrentStateRequest, res *QueryCurrentStateResponse) error
160 QueryMembershipsForRoom(ctx context.Context, req *QueryMembershipsForRoomRequest, res *QueryMembershipsForRoomResponse) error
161 PerformAdminEvacuateUser(ctx context.Context, req *PerformAdminEvacuateUserRequest, res *PerformAdminEvacuateUserResponse)
162}
163
164type FederationRoomserverAPI interface {

Callers 4

AddRoutesFunction · 0.65
AdminEvacuateUserFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected