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

Method Create

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

Source from the content-addressed store, hash-verified

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)
39 return k.kapi.Create(ctx, key, value)
40}
41
42func (k KeysAPILogger) CreateInOrder(ctx context.Context, dir, value string, opts *etcd.CreateInOrderOptions) (*etcd.Response, error) {
43 k.log.Debug("CreateInOrder: dir: %v value: %v opts: %v", dir, value, opts)

Callers

nothing calls this directly

Calls 1

DebugMethod · 0.80

Tested by

no test coverage detected