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

Method Get

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

Source from the content-addressed store, hash-verified

20}
21
22func (k KeysAPILogger) Get(ctx context.Context, key string, opts *etcd.GetOptions) (*etcd.Response, error) {
23 k.log.Debug("Get: key: %v opts: %v", key, opts)
24 return k.kapi.Get(ctx, key, opts)
25}
26
27func (k KeysAPILogger) Set(ctx context.Context, key, value string, opts *etcd.SetOptions) (*etcd.Response, error) {
28 k.log.Debug("Set: key: %v value: %v opts: %v", key, value, opts)

Callers

nothing calls this directly

Calls 2

DebugMethod · 0.80
GetMethod · 0.65

Tested by

no test coverage detected