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

Method QueryKeyChanges

keyserver/api/api.go:57–57  ·  view source on GitHub ↗
(ctx context.Context, req *QueryKeyChangesRequest, res *QueryKeyChangesResponse)

Source from the content-addressed store, hash-verified

55// API functions required by the syncapi
56type SyncKeyAPI interface {
57 QueryKeyChanges(ctx context.Context, req *QueryKeyChangesRequest, res *QueryKeyChangesResponse)
58 QueryOneTimeKeys(ctx context.Context, req *QueryOneTimeKeysRequest, res *QueryOneTimeKeysResponse)
59}
60

Callers 2

AddRoutesFunction · 0.65
DeviceListCatchupFunction · 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