mstorectl: replaced yaml tag to json
This commit is contained in:
@@ -35,8 +35,8 @@ type ExportFilesParams struct {
|
||||
}
|
||||
|
||||
type ExportFilesResult struct {
|
||||
Files []descr.File `yaml:"files,omitempty"`
|
||||
Filenames []string `yaml:"filenames,omitempty"`
|
||||
Files []descr.File `json:"files,omitempty"`
|
||||
Filenames []string `json:"filenames,omitempty"`
|
||||
}
|
||||
|
||||
func (util *FileUtil) ExportFiles(cmd *cobra.Command, args []string) {
|
||||
|
||||
Reference in New Issue
Block a user