MCPcopy Index your code
hub / github.com/daodst/chat / KeyInternalAPI

Interface KeyInternalAPI

keyserver/api/api.go:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type KeyInternalAPI interface {
30 SyncKeyAPI
31 ClientKeyAPI
32 FederationKeyAPI
33 UserKeyAPI
34
35 // SetUserAPI assigns a user API to query when extracting device names.
36 SetUserAPI(i userapi.KeyserverUserAPI)
37}
38
39// API functions required by the clientapi
40type ClientKeyAPI interface {

Callers 5

mainFunction · 0.65
startupFunction · 0.65
mainFunction · 0.65
KeyServerFunction · 0.65
mainFunction · 0.65

Implementers 6

KeyInternalAPIkeyserver/internal/internal.go
httpKeyInternalAPIkeyserver/inthttp/client.go
RoomserverInternalAPIroomserver/internal/api.go
httpRoomserverInternalAPIroomserver/inthttp/client.go
RoomserverInternalAPITraceroomserver/api/api_trace.go
mockKeyAPIsyncapi/internal/keychange_test.go

Calls

no outgoing calls

Tested by

no test coverage detected