(path string)
| 32 | Lock(path string, block bool) (notifyLost chan struct{}, err error) |
| 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. |
no outgoing calls