(ctx context.Context, req *QueryKeysRequest, res *QueryKeysResponse)
| 39 | // API functions required by the clientapi |
| 40 | type 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) |
no outgoing calls
no test coverage detected