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

Method Update

kontrol/etcd_keysapi_logger.go:47–50  ·  view source on GitHub ↗
(ctx context.Context, key, value string)

Source from the content-addressed store, hash-verified

45}
46
47func (k KeysAPILogger) Update(ctx context.Context, key, value string) (*etcd.Response, error) {
48 k.log.Debug("Update: key: %v value: %v", key, value)
49 return k.kapi.Update(ctx, key, value)
50}
51
52func (k KeysAPILogger) Watcher(key string, opts *etcd.WatcherOptions) etcd.Watcher {
53 k.log.Debug("Watcher: key: %v opts: %v", key, opts)

Callers

nothing calls this directly

Calls 2

DebugMethod · 0.80
UpdateMethod · 0.65

Tested by

no test coverage detected