Add service discovery to init command

This commit is contained in:
vishalnayak
2016-07-20 15:38:53 -04:00
parent 95597a4a9e
commit d22204914d
2 changed files with 131 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ type InitStatusResponse struct {
}
type InitResponse struct {
Keys []string
Keys []string `json:"keys"`
RecoveryKeys []string `json:"recovery_keys"`
RootToken string `json:"root_token"`
}