pierresouchay / consul-rust

Rust client libray for Consul HTTP API
Apache License 2.0
93 stars 48 forks source link

add address to service struct and test #17

Closed foamdino closed 6 years ago

foamdino commented 6 years ago

When looking up a service using the agent, the address that is consumed in the RegisterService struct is not present in the Service struct

stusmall commented 6 years ago

LGTM thank you!