diff options
Diffstat (limited to 'src/consul.rs')
-rw-r--r-- | src/consul.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/consul.rs b/src/consul.rs index eb7aafd..1b94dd0 100644 --- a/src/consul.rs +++ b/src/consul.rs @@ -95,7 +95,11 @@ impl Consul { Ok(resp.into_iter().map(|n| n.node).collect::<Vec<_>>()) } - pub async fn watch_node(&self, host: &str, idx: Option<usize>) -> Result<(ConsulNodeCatalog, usize)> { + pub async fn watch_node( + &self, + host: &str, + idx: Option<usize>, + ) -> Result<(ConsulNodeCatalog, usize)> { debug!("watch_node {} {:?}", host, idx); let url = match idx { |