diff controllers/types.go @ 302:0777aa6de45b

Password reset. Part I
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 01 Aug 2018 12:29:55 +0200
parents be6e60fca3dd
children
line wrap: on
line diff
--- a/controllers/types.go	Tue Jul 31 22:24:37 2018 +0200
+++ b/controllers/types.go	Wed Aug 01 12:29:55 2018 +0200
@@ -28,6 +28,10 @@
 		Country  Country      `json:"country"`
 		Extent   *BoundingBox `json:"extent"`
 	}
+
+	PWResetUser struct {
+		User string `json:"user"`
+	}
 )
 
 var (