(path string, prefix bool)
| 34 | Fetch(path string) (*Node, error) |
| 35 | Update(path, json string) error |
| 36 | Delete(path string, prefix bool) error |
| 37 | // Watch monitors changes on path and emits Events to responseChan. |
| 38 | // Close stopChan to cancel. |
| 39 | // You can specify the revision to start watching, |
no outgoing calls