(ctx context.Context, in *GetKeyRequest, opts ...grpc.CallOption)
| 45 | } |
| 46 | |
| 47 | func (c *userKeyStoreClient) GetKey(ctx context.Context, in *GetKeyRequest, opts ...grpc.CallOption) (*GetKeyResponse, error) { |
| 48 | out := new(GetKeyResponse) |
| 49 | err := c.cc.Invoke(ctx, "/encryption.UserKeyStore/GetKey", in, out, opts...) |
| 50 | if err != nil { |
| 51 | return nil, err |
| 52 | } |
| 53 | return out, nil |
| 54 | } |
| 55 | |
| 56 | func (c *userKeyStoreClient) AdminListKeys(ctx context.Context, in *AdminListKeysRequest, opts ...grpc.CallOption) (*AdminListKeysResponse, error) { |
| 57 | out := new(AdminListKeysResponse) |