mstorectl: replaced yaml tag to json

This commit is contained in:
2026-03-09 10:54:41 +02:00
parent 86ae312384
commit dda76dc0f1
11 changed files with 21 additions and 239 deletions
+1 -1
View File
@@ -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) {