kv: comment tweak

This commit is contained in:
bitful-pannul 2024-12-20 00:07:37 +02:00
parent cc56a19311
commit 4e170fb0bf

View File

@ -2,7 +2,9 @@ use crate::types::core::{CapMessage, PackageId};
use serde::{Deserialize, Serialize};
use thiserror::Error;
/// IPC Request format for the kv:distro:sys runtime module.
/// Actions are sent to a specific key value database, `db` is the name,
/// `package_id` is the [`PackageId`]. Capabilities are checked, you can access another process's
/// database if it has given you the [`crate::Capability`].
#[derive(Debug, Serialize, Deserialize)]
pub struct KvRequest {
pub package_id: PackageId,