Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 27, 2025
1 parent 231654e commit c5da549
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1413,8 +1413,11 @@ impl From<WarmStandbyReplicationLinkState> for String {
#[cfg_attr(feature = "tabled", derive(Tabled))]
#[allow(dead_code)]
pub struct WarmStandbyReplicationInVirtualHost {
#[tabled(rename = "Virtual host")]
pub virtual_host: String,
#[tabled(rename = "Operating mode")]
pub operating_mode: OperatingMode,
#[tabled(rename = "Upstream connection state")]
pub state: WarmStandbyReplicationLinkState,
}

Expand Down

0 comments on commit c5da549

Please sign in to comment.