working commit
This commit is contained in:
@@ -12,7 +12,6 @@ import (
|
|||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
|
|
||||||
"mstore/pkg/accntcli"
|
"mstore/pkg/accntcli"
|
||||||
"mstore/pkg/descr"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// UpdateAccount
|
// UpdateAccount
|
||||||
@@ -23,7 +22,6 @@ type UpdateAccountParams struct {
|
|||||||
NewPassword string
|
NewPassword string
|
||||||
}
|
}
|
||||||
type UpdateAccountResult struct {
|
type UpdateAccountResult struct {
|
||||||
File *descr.File `json:"file,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (util *AccountUtil) UpdateAccount(cmd *cobra.Command, args []string) {
|
func (util *AccountUtil) UpdateAccount(cmd *cobra.Command, args []string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user