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

Method QueryKeys

keyserver/api/api.go:41–41  ·  view source on GitHub ↗
(ctx context.Context, req *QueryKeysRequest, res *QueryKeysResponse)

Source from the content-addressed store, hash-verified

39// API functions required by the clientapi
40type ClientKeyAPI interface {
41 QueryKeys(ctx context.Context, req *QueryKeysRequest, res *QueryKeysResponse)
42 PerformUploadKeys(ctx context.Context, req *PerformUploadKeysRequest, res *PerformUploadKeysResponse)
43 PerformUploadDeviceKeys(ctx context.Context, req *PerformUploadDeviceKeysRequest, res *PerformUploadDeviceKeysResponse)
44 PerformUploadDeviceSignatures(ctx context.Context, req *PerformUploadDeviceSignaturesRequest, res *PerformUploadDeviceSignaturesResponse)

Callers 3

AddRoutesFunction · 0.65
QueryKeysFunction · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected