huskies: merge 778

This commit is contained in:
dave
2026-04-28 09:54:51 +00:00
parent d2d5ef8afa
commit fb5a21cfbb
4 changed files with 240 additions and 7 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ pub struct PipelineItemView {
}
/// A snapshot of a single node presence entry derived from the CRDT document.
#[derive(Clone, Debug)]
#[derive(Clone, Debug, serde::Serialize)]
pub struct NodePresenceView {
pub node_id: String,
pub address: String,