Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateUserCommand ¶
type UpdateUserCommand struct { ID string `json:"id"` Username string `json:"username"` Nickname string `json:"nickname"` Password string `json:"password"` Intro string `json:"intro"` }
func NewUpdateUserCommand ¶
func NewUpdateUserCommand(id, username, nickname, pwd, intro string) *UpdateUserCommand
func UpdateUserCommandFrom ¶
func UpdateUserCommandFrom(user *dto.User) *UpdateUserCommand
Click to show internal directories.
Click to hide internal directories.