client: ClientConfig -> Config

This commit is contained in:
Brian Waldon
2015-01-26 17:26:15 -08:00
committed by Yicheng Qin
parent 2aecbaf165
commit 3b41b77cd7
4 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ func mustNewMembersAPI(c *cli.Context) client.MembersAPI {
os.Exit(1)
}
cfg := client.ClientConfig{
cfg := client.Config{
Transport: tr,
Endpoints: eps,
}