(path, json string)
| 33 | Unlock(path string) error |
| 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. |
no outgoing calls