Skip to content

Commit 69ffbb8

Browse files
authored
fix ListenerStatus is not renamed to camelCase (#71)
Signed-off-by: juicyenc <[email protected]>
1 parent ec91fde commit 69ffbb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gateway.rs

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ pub type GatewayConditionReason = String;
488488

489489
/// ListenerStatus is the status associated with a Listener.
490490
#[derive(Clone, Debug, PartialEq, serde::Deserialize, serde::Serialize, schemars::JsonSchema)]
491+
#[serde(rename_all = "camelCase")]
491492
pub struct ListenerStatus {
492493
/// Name is the name of the Listener that this status corresponds to.
493494
pub name: SectionName,

0 commit comments

Comments
 (0)