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

Method CreateInOrder

kontrol/etcd_keysapi_logger.go:42–45  ·  view source on GitHub ↗
(ctx context.Context, dir, value string, opts *etcd.CreateInOrderOptions)

Source from the content-addressed store, hash-verified

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)
44 return k.kapi.CreateInOrder(ctx, dir, value, opts)
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)

Callers

nothing calls this directly

Calls 1

DebugMethod · 0.80

Tested by

no test coverage detected