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

Method PerformDeleteKeys

keyserver/api/api.go:52–52  ·  view source on GitHub ↗
(ctx context.Context, req *PerformDeleteKeysRequest, res *PerformDeleteKeysResponse)

Source from the content-addressed store, hash-verified

50type UserKeyAPI interface {
51 PerformUploadKeys(ctx context.Context, req *PerformUploadKeysRequest, res *PerformUploadKeysResponse)
52 PerformDeleteKeys(ctx context.Context, req *PerformDeleteKeysRequest, res *PerformDeleteKeysResponse)
53}
54
55// API functions required by the syncapi

Callers 2

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