mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
client: ClientConfig -> Config
This commit is contained in:
committed by
Yicheng Qin
parent
2aecbaf165
commit
3b41b77cd7
@@ -61,7 +61,7 @@ func mustNewMembersAPI(c *cli.Context) client.MembersAPI {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
cfg := client.ClientConfig{
|
||||
cfg := client.Config{
|
||||
Transport: tr,
|
||||
Endpoints: eps,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user