MCPcopy
hub / github.com/grafana/dskit / Delete

Method Delete

kv/etcd/etcd.go:297–300  ·  view source on GitHub ↗

Delete implements kv.Client.

(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

295
296// Delete implements kv.Client.
297func (c *Client) Delete(ctx context.Context, key string) error {
298 _, err := c.cli.Delete(ctx, key)
299 return err
300}

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected