Documentation ¶
Overview ¶
Package grpc provides a pydio GRPC service for managing files encryption keys
Index ¶
- type NodeInfoMessage
- type NodeKeyManagerHandler
- func (km *NodeKeyManagerHandler) CopyNodeInfo(ctx context.Context, req *encryption.CopyNodeInfoRequest, ...) error
- func (km *NodeKeyManagerHandler) DeleteNode(ctx context.Context, req *encryption.DeleteNodeRequest, ...) error
- func (km *NodeKeyManagerHandler) DeleteNodeKey(ctx context.Context, req *encryption.DeleteNodeKeyRequest, ...) error
- func (km *NodeKeyManagerHandler) DeleteNodeSharedKey(ctx context.Context, req *encryption.DeleteNodeSharedKeyRequest, ...) error
- func (km *NodeKeyManagerHandler) GetNodeInfo(ctx context.Context, req *encryption.GetNodeInfoRequest, ...) error
- func (km *NodeKeyManagerHandler) GetNodePlainSize(ctx context.Context, req *encryption.GetNodePlainSizeRequest, ...) error
- func (km *NodeKeyManagerHandler) HandleTreeChanges(ctx context.Context, msg *tree.NodeChangeEvent) error
- func (km *NodeKeyManagerHandler) SetNodeInfo(ctx context.Context, stream encryption.NodeKeyManager_SetNodeInfoStream) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeInfoMessage ¶ added in v1.6.0
type NodeInfoMessage struct {
Message interface{}
}
type NodeKeyManagerHandler ¶
type NodeKeyManagerHandler struct{}
func (*NodeKeyManagerHandler) CopyNodeInfo ¶ added in v1.6.0
func (km *NodeKeyManagerHandler) CopyNodeInfo(ctx context.Context, req *encryption.CopyNodeInfoRequest, rsp *encryption.CopyNodeInfoResponse) error
func (*NodeKeyManagerHandler) DeleteNode ¶
func (km *NodeKeyManagerHandler) DeleteNode(ctx context.Context, req *encryption.DeleteNodeRequest, rsp *encryption.DeleteNodeResponse) error
func (*NodeKeyManagerHandler) DeleteNodeKey ¶
func (km *NodeKeyManagerHandler) DeleteNodeKey(ctx context.Context, req *encryption.DeleteNodeKeyRequest, rsp *encryption.DeleteNodeKeyResponse) error
func (*NodeKeyManagerHandler) DeleteNodeSharedKey ¶
func (km *NodeKeyManagerHandler) DeleteNodeSharedKey(ctx context.Context, req *encryption.DeleteNodeSharedKeyRequest, rsp *encryption.DeleteNodeSharedKeyResponse) error
func (*NodeKeyManagerHandler) GetNodeInfo ¶ added in v1.6.0
func (km *NodeKeyManagerHandler) GetNodeInfo(ctx context.Context, req *encryption.GetNodeInfoRequest, rsp *encryption.GetNodeInfoResponse) error
func (*NodeKeyManagerHandler) GetNodePlainSize ¶ added in v1.6.0
func (km *NodeKeyManagerHandler) GetNodePlainSize(ctx context.Context, req *encryption.GetNodePlainSizeRequest, rsp *encryption.GetNodePlainSizeResponse) error
func (*NodeKeyManagerHandler) HandleTreeChanges ¶
func (km *NodeKeyManagerHandler) HandleTreeChanges(ctx context.Context, msg *tree.NodeChangeEvent) error
func (*NodeKeyManagerHandler) SetNodeInfo ¶ added in v1.6.0
func (km *NodeKeyManagerHandler) SetNodeInfo(ctx context.Context, stream encryption.NodeKeyManager_SetNodeInfoStream) error
Click to show internal directories.
Click to hide internal directories.