mstorectl: replaced yaml tag to json
This commit is contained in:
@@ -25,8 +25,8 @@ type CreateAccountParams struct {
|
||||
NewPassword string
|
||||
}
|
||||
type CreateAccountResult struct {
|
||||
AccountID string `yaml:"accountId"`
|
||||
Grants map[string]string `yaml:"grantsIds,omitempty"`
|
||||
AccountID string `json:"accountId"`
|
||||
Grants map[string]string `json:"grantsIds,omitempty"`
|
||||
}
|
||||
|
||||
func (util *AccountUtil) CreateAccount(cmd *cobra.Command, args []string) {
|
||||
|
||||
Reference in New Issue
Block a user