(ctx context.Context, req *PerformDeleteKeysRequest, res *PerformDeleteKeysResponse)
| 50 | type 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 |
no outgoing calls
no test coverage detected