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

Method PerformClaimKeys

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

PerformClaimKeys claims one-time keys for use in pre-key messages

(ctx context.Context, req *PerformClaimKeysRequest, res *PerformClaimKeysResponse)

Source from the content-addressed store, hash-verified

44 PerformUploadDeviceSignatures(ctx context.Context, req *PerformUploadDeviceSignaturesRequest, res *PerformUploadDeviceSignaturesResponse)
45 // PerformClaimKeys claims one-time keys for use in pre-key messages
46 PerformClaimKeys(ctx context.Context, req *PerformClaimKeysRequest, res *PerformClaimKeysResponse)
47}
48
49// API functions required by the userapi

Callers 3

AddRoutesFunction · 0.65
ClaimKeysFunction · 0.65
ClaimOneTimeKeysFunction · 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