(nodePath string, prevValue string, prevIndex uint64, value string, expireOpts TTLOptionSet)
| 48 | Create(nodePath string, dir bool, value string, unique bool, |
| 49 | expireOpts TTLOptionSet) (*Event, error) |
| 50 | CompareAndSwap(nodePath string, prevValue string, prevIndex uint64, |
| 51 | value string, expireOpts TTLOptionSet) (*Event, error) |
| 52 | Delete(nodePath string, dir, recursive bool) (*Event, error) |
| 53 | CompareAndDelete(nodePath string, prevValue string, prevIndex uint64) (*Event, error) |
no outgoing calls