| 1781 | } |
| 1782 | |
| 1783 | func (c *fileKeyManagerClient) GetEncryptionKey(ctx context.Context, in *GetEncryptionKeyRequest, opts ...grpc.CallOption) (*GetEncryptionKeyResponse, error) { |
| 1784 | out := new(GetEncryptionKeyResponse) |
| 1785 | err := c.cc.Invoke(ctx, "/tree.FileKeyManager/GetEncryptionKey", in, out, opts...) |
| 1786 | if err != nil { |
| 1787 | return nil, err |
| 1788 | } |
| 1789 | return out, nil |
| 1790 | } |
| 1791 | |
| 1792 | // FileKeyManagerServer is the server API for FileKeyManager service. |
| 1793 | // All implementations must embed UnimplementedFileKeyManagerServer |