mstorectl: replaced yaml tag to json
This commit is contained in:
@@ -26,7 +26,7 @@ type GetGrantParams struct {
|
||||
}
|
||||
|
||||
type GetGrantResult struct {
|
||||
Grant *descr.Grant `yaml:"grant,omitempty"`
|
||||
Grant *descr.Grant `json:"grant,omitempty"`
|
||||
}
|
||||
|
||||
func (util *GrantUtil) GetGrant(cmd *cobra.Command, args []string) {
|
||||
|
||||
Reference in New Issue
Block a user