This commit is contained in:
Dominik Werder
2021-04-21 10:39:16 +02:00
parent 3e53f17acb
commit f8921faf63
10 changed files with 154 additions and 55 deletions

View File

@@ -94,6 +94,7 @@ impl ScalarType {
pub struct Node {
pub id: u32,
pub host: String,
pub listen: String,
pub port: u16,
pub port_raw: u16,
pub split: u32,