MCPcopy Create free account
hub / github.com/pydio/cells / GetEncryptionKey

Method GetEncryptionKey

common/proto/tree/cells-tree_grpc.pb.go:1783–1790  ·  view source on GitHub ↗
(ctx context.Context, in *GetEncryptionKeyRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

1781}
1782
1783func (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

Callers

nothing calls this directly

Calls 1

InvokeMethod · 0.45

Tested by

no test coverage detected