Skip to content

Commit

Permalink
fix(json): client protocol to optional
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandreBrg <alexandre.burgoni@clever-cloud.com>
  • Loading branch information
alexandrebrg committed Sep 5, 2024
1 parent 1ef8ff5 commit 8e12fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_models/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ pub struct ClientCoordinators {
#[derive(Deserialize)]
pub struct ClientCoordinator {
pub address: SocketAddrV4,
pub protocol: String,
pub protocol: Option<String>,
pub reachable: bool,
}

0 comments on commit 8e12fba

Please sign in to comment.