MCPcopy Create free account
hub / github.com/koding/kite / Delete

Method Delete

kontrol/etcd_keysapi_logger.go:32–35  ·  view source on GitHub ↗
(ctx context.Context, key string, opts *etcd.DeleteOptions)

Source from the content-addressed store, hash-verified

30}
31
32func (k KeysAPILogger) Delete(ctx context.Context, key string, opts *etcd.DeleteOptions) (*etcd.Response, error) {
33 k.log.Debug("Delete: key: %v opts: %v", key, opts)
34 return k.kapi.Delete(ctx, key, opts)
35}
36
37func (k KeysAPILogger) Create(ctx context.Context, key, value string) (*etcd.Response, error) {
38 k.log.Debug("Create: key: %v value: %v", key, value)

Callers

nothing calls this directly

Calls 2

DebugMethod · 0.80
DeleteMethod · 0.65

Tested by

no test coverage detected