- libkv.WatchTree returns a channel whose messages represent changes
to the watched tree. In situations where libkv cannot read from the
underlying store, libkv will close the provided channel.
- This PR handles this edge case and fixes #238.
|
||
|---|---|---|
| .. | ||
| boltdb.go | ||
| consul.go | ||
| consul_catalog.go | ||
| consul_catalog_test.go | ||
| docker.go | ||
| docker_test.go | ||
| etcd.go | ||
| file.go | ||
| file_test.go | ||
| kv.go | ||
| kv_test.go | ||
| marathon.go | ||
| marathon_test.go | ||
| provider.go | ||
| provider_test.go | ||
| zk.go | ||