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

Method AddKey

common/proto/encryption/cells-encryption_grpc.pb.go:105–105  ·  view source on GitHub ↗
(context.Context, *AddKeyRequest)

Source from the content-addressed store, hash-verified

103// for forward compatibility
104type UserKeyStoreServer interface {
105 AddKey(context.Context, *AddKeyRequest) (*AddKeyResponse, error)
106 GetKey(context.Context, *GetKeyRequest) (*GetKeyResponse, error)
107 AdminListKeys(context.Context, *AdminListKeysRequest) (*AdminListKeysResponse, error)
108 AdminCreateKey(context.Context, *AdminCreateKeyRequest) (*AdminCreateKeyResponse, error)

Callers

nothing calls this directly

Implementers 1

UnimplementedUserKeyStoreServercommon/proto/encryption/cells-encrypti

Calls

no outgoing calls

Tested by

no test coverage detected