diff options
Diffstat (limited to 'struct.go')
| -rw-r--r-- | struct.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -52,3 +52,10 @@ type Flash struct { Success []interface{} Error []interface{} } + +type ChangePasswordReq struct { + Email string + Password string + ConfirmPassword string + NewPassword string +} |
