micro/registry
Siyun Wu 7c8d6087de add https support for consul
using enviroment variables

for example:
export CONSUL_HTTP_SSL=1
export CONSUL_HTTP_ADDR="https://example.com"
export CONSUL_CLIENT_CERT="/Users/foo/.ssh/consul/consul.cert"
export CONSUL_CLIENT_KEY="/Users/foo/.ssh/consul/consul.key"
export CONSUL_CACERT="/Users/foo/.ssh/consul/ca.cert"
2017-11-20 15:34:52 +08:00
..
consul Remove consul token helper method. 2016-11-21 16:16:24 +00:00
mdns fix fmt str 2017-02-25 22:53:25 +08:00
mock return error when zero services in mock registry 2016-06-30 20:11:04 +01:00
consul_registry_test.go set test to use localhost 2017-11-09 14:21:26 +00:00
consul_registry.go add https support for consul 2017-11-20 15:34:52 +08:00
consul_watcher_test.go ConsulWatcher: deregister if service checks fail. 2016-08-11 15:18:50 +01:00
consul_watcher.go Update consul_watcher.go 2017-04-25 16:38:35 -04:00
encoding_test.go No longer need to test old encoding 2016-05-22 18:41:06 +01:00
encoding.go Don't strip decode because its good to be backwards compatible still 2016-05-22 18:43:47 +01:00
options.go Registry init 2016-03-15 22:20:21 +00:00
registry.go strip doc.go files 2016-12-14 15:41:48 +00:00
service.go add json tags to registry service 2015-12-15 21:02:43 +00:00
watcher.go Add watcher comments 2015-12-05 02:05:06 +00:00