discoteq / discoteq-go

Service Discovery Integration Tools
ISC License
2 stars 0 forks source link

add etcd query support #13

Open josephholsten opened 10 years ago

josephholsten commented 10 years ago

We should model the query syntax after confd.

Also, should support values in both the colon separated form (127.0.0.1:80) of the etcd docs, as well as the JSON object form from SkyDNS ({"host":"127.0.0.1", "port":80})