Versions in this module Expand all Collapse all v0 v0.1.0 Oct 17, 2015 Changes in this version + type Event struct + Error error + Path string + Type EventType + type EventType int + const Create + const Delete + const Update + func (e EventType) String() string + type Stats struct + Cap int + Depth int + Goroutines int + Running bool + WatchedChildren []string + WatchedNodes []string + type Watcher struct + C <-chan Event + func NewWatcher(conn *zk.Conn) *Watcher + func (wa *Watcher) Close() error + func (wa *Watcher) Stats() Stats + func (wa *Watcher) Watch(zkPath string) error + func (wa *Watcher) WatchLimit(zkPath string, limit int) error