mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-01 21:14:10 +03:00
kv: comment tweak
This commit is contained in:
parent
cc56a19311
commit
4e170fb0bf
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user