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

Method QueryOneTimeKeys

keyserver/api/api.go:58–58  ·  view source on GitHub ↗
(ctx context.Context, req *QueryOneTimeKeysRequest, res *QueryOneTimeKeysResponse)

Source from the content-addressed store, hash-verified

56type SyncKeyAPI interface {
57 QueryKeyChanges(ctx context.Context, req *QueryKeyChangesRequest, res *QueryKeyChangesResponse)
58 QueryOneTimeKeys(ctx context.Context, req *QueryOneTimeKeysRequest, res *QueryOneTimeKeysResponse)
59}
60
61type FederationKeyAPI interface {

Callers 2

AddRoutesFunction · 0.65
DeviceOTKCountsFunction · 0.65

Implementers 4

KeyInternalAPIkeyserver/internal/internal.go
httpKeyInternalAPIkeyserver/inthttp/client.go
syncKeyAPIsyncapi/syncapi_test.go
mockKeyAPIsyncapi/internal/keychange_test.go

Calls

no outgoing calls

Tested by

no test coverage detected