From 05194f3a09b2382f269d31e6e2fa472a7b95e5c1 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Mon, 23 Mar 2015 10:58:54 +0100 Subject: Add html documentation. Change password handler. --- struct.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'struct.go') diff --git a/struct.go b/struct.go index 9ea6346..bcc94c8 100644 --- a/struct.go +++ b/struct.go @@ -52,3 +52,10 @@ type Flash struct { Success []interface{} Error []interface{} } + +type ChangePasswordReq struct { + Email string + Password string + ConfirmPassword string + NewPassword string +} -- cgit v1.2.3