|
|
|
@ -243,13 +243,9 @@ fn parse_consul_catalog( |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
for tag in svc.tags.iter() { |
|
|
|
|
if let Some(ent) = parse_tricot_tag( |
|
|
|
|
svc.service.clone(), |
|
|
|
|
tag, |
|
|
|
|
addr, |
|
|
|
|
&add_headers[..], |
|
|
|
|
flags, |
|
|
|
|
) { |
|
|
|
|
if let Some(ent) = |
|
|
|
|
parse_tricot_tag(svc.service.clone(), tag, addr, &add_headers[..], flags) |
|
|
|
|
{ |
|
|
|
|
entries.push(ent); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|