mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

It doesn't make sense to always pass a AuthConfig parameter for test cases which do not enable auth at all. So refactoring the Client interface method so that it accepts a `ClientOption` variadic parameter. Signed-off-by: Benjamin Wang <wachao@vmware.com>