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

Method GetKey

common/proto/encryption/cells-encryption_grpc.pb.go:47–54  ·  view source on GitHub ↗
(ctx context.Context, in *GetKeyRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

45}
46
47func (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
56func (c *userKeyStoreClient) AdminListKeys(ctx context.Context, in *AdminListKeysRequest, opts ...grpc.CallOption) (*AdminListKeysResponse, error) {
57 out := new(AdminListKeysResponse)

Callers

nothing calls this directly

Calls 1

InvokeMethod · 0.45

Tested by

no test coverage detected