mstorectl: replaced yaml tag to json
This commit is contained in:
@@ -35,7 +35,7 @@ func (util *AccountUtil) GetAccount(cmd *cobra.Command, args []string) {
|
||||
}
|
||||
|
||||
type GetAccountResult struct {
|
||||
Account *descr.AccountShort `yaml:"account,omitempty"`
|
||||
Account *descr.AccountShort `json:"account,omitempty"`
|
||||
}
|
||||
|
||||
func (util *AccountUtil) getAccount(common *CommonAccountParams, params *GetAccountParams) (*GetAccountResult, error) {
|
||||
|
||||
Reference in New Issue
Block a user