MCPcopy
hub / github.com/etcd-io/etcd / Update

Method Update

server/internal/clientv2/keys.go:121–121  ·  view source on GitHub ↗

Update is an alias for Set w/ PrevExist=true

(ctx context.Context, key, value string)

Source from the content-addressed store, hash-verified

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

Implementers 1

httpKeysAPIserver/internal/clientv2/keys.go

Calls

no outgoing calls