Update is an alias for Set w/ PrevExist=true
(ctx context.Context, key, value string)
| 119 | |
| 120 | // Update is an alias for Set w/ PrevExist=true |
| 121 | Update(ctx context.Context, key, value string) (*Response, error) |
| 122 | |
| 123 | // Watcher builds a new Watcher targeted at a specific Node identified |
| 124 | // by the given key. The Watcher may be configured at creation time |
no outgoing calls