Update is not used in the tests
(ctx context.Context, key, value string)
| 111 | |
| 112 | // Update is not used in the tests |
| 113 | func (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 |
| 118 | func (fka *fakeKeysAPI) Watcher(key string, opts *etcd.WatcherOptions) etcd.Watcher { |
no outgoing calls
no test coverage detected