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

Struct httpKeysAPI

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

Source from the content-addressed store, hash-verified

322func (ns Nodes) Swap(i, j int) { ns[i], ns[j] = ns[j], ns[i] }
323
324type httpKeysAPI struct {
325 client httpClient
326 prefix string
327}
328
329func (k *httpKeysAPI) Set(ctx context.Context, key, val string, opts *SetOptions) (*Response, error) {
330 act := &setAction{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected