diff options
| author | horus_arch | 2015-03-23 10:58:54 +0100 |
|---|---|---|
| committer | horus_arch | 2015-03-23 10:58:54 +0100 |
| commit | 05194f3a09b2382f269d31e6e2fa472a7b95e5c1 (patch) | |
| tree | 3a8aa81ae33e9b97149a55ff6a715caa3c93dda9 /struct.go | |
| parent | 558fe8ba9fb42231b34977fef542c43a34b3bd00 (diff) | |
| download | freemail-05194f3a09b2382f269d31e6e2fa472a7b95e5c1.tar.gz | |
Add html documentation. Change password handler.
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 +} |
