Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangePasswordPost ¶
type ChangePasswordPost struct {
Username string `json:"username"`
Password string `json:"password"`
NewPassword string `json:"new_password"`
}
ChangePasswordPost the post data for changing password
Click to show internal directories.
Click to hide internal directories.