mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Watcher vs Watching in storage pkg is confusing. Watcher should be named as watchStream since it contains a channel as stream to send out events. Then we can rename watching to watcher, which actually watches on a key and send watched events through watchStream. This commits renames watcher to watchStram.