mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-18 02:56:11 +02:00
feat: add ecc2 coordination status json output
This commit is contained in:
parent
cd94878374
commit
53d8cee6f8
3 changed files with 60 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
use anyhow::{Context, Result};
|
||||
use serde::Serialize;
|
||||
use std::collections::{BTreeMap, HashSet};
|
||||
use std::fmt;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
|
@ -1094,6 +1095,7 @@ pub struct CoordinateBacklogOutcome {
|
|||
pub remaining_saturated_sessions: usize,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
pub struct CoordinationStatus {
|
||||
pub backlog_leads: usize,
|
||||
pub backlog_messages: usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue