MCPcopy
hub / github.com/go-kit/kit / Update

Method Update

sd/etcd/client_test.go:113–115  ·  view source on GitHub ↗

Update is not used in the tests

(ctx context.Context, key, value string)

Source from the content-addressed store, hash-verified

111
112// Update is not used in the tests
113func (fka *fakeKeysAPI) Update(ctx context.Context, key, value string) (*etcd.Response, error) {
114 return nil, nil
115}
116
117// Watcher return a fakeWatcher that will forward event and error received on the channels
118func (fka *fakeKeysAPI) Watcher(key string, opts *etcd.WatcherOptions) etcd.Watcher {

Callers 11

NewInstancerFunction · 0.45
loopMethod · 0.45
NewInstancerDetailedFunction · 0.45
loopMethod · 0.45
NewInstancerFunction · 0.45
loopMethod · 0.45
NewInstancerFunction · 0.45
loopMethod · 0.45
NewInstancerFunction · 0.45
loopMethod · 0.45
consumeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected