How to test/use etcd client locally? #14737
-
Hi, how do I use the etcd client locally? I was tinkering with the client trying to understand how it works and what are things going on under the hood. So I made a few code changes and used the following command:
But this did not work appropriately. For example, when I had to use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Is there any error message? Maybe you need more some |
Beta Was this translation helpful? Give feedback.
Is there any error message? Maybe you need more some
replace
, because theclient/v3
depends ongo.etcd.io/etcd/api/v3
andgo.etcd.io/etcd/client/pkg/v3
.