Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
chore!: remove prov_rpc_host
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Smith <connor.smith.256@gmail.com>
  • Loading branch information
connorsmith256 committed Oct 20, 2023
1 parent 900320d commit 13cb190
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ pub struct Host {
/// Lattice prefix/ID used by the host
#[serde(default, skip_serializing_if = "Option::is_none")]
pub lattice_prefix: Option<String>,
/// NATS server host used for provider RPC
#[serde(default, skip_serializing_if = "Option::is_none")]
pub prov_rpc_host: Option<String>,
/// NATS server host used for regular RPC
#[serde(default, skip_serializing_if = "Option::is_none")]
pub rpc_host: Option<String>,
Expand Down

0 comments on commit 13cb190

Please sign in to comment.