fix: method name duplicated after client sdk generation

This commit is contained in:
MagicRR
2025-07-25 11:21:29 +02:00
committed by MagicRR
parent 91fde4105d
commit d8058e7475
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ pub struct GetClusterHealthResponse {
/// the number of storage nodes currently registered in the cluster layout
pub storage_nodes: usize,
/// the number of storage nodes to which a connection is currently open
pub storage_nodes_ok: usize,
pub storage_nodes_up: usize,
/// the total number of partitions of the data (currently always 256)
pub partitions: usize,
/// the number of partitions for which a quorum of write nodes is available