WatchContext keep watch update under the path until context is canceled.
(ctx context.Context, path string, revision int64)
| 42 | Watch(path string, responseChan chan *Event, stopChan chan bool, revision int64) error |
| 43 | //WatchContext keep watch update under the path until context is canceled. |
| 44 | WatchContext(ctx context.Context, path string, revision int64) <-chan *Event |
| 45 | GetProcessID() string |
| 46 | Close() |
| 47 | } |
no outgoing calls
no test coverage detected