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