feat(invite): more progress on invited / sigup view, #2353

This commit is contained in:
Torkel Ödegaard
2015-07-20 15:52:49 +02:00
parent 024c112944
commit d75f96fdd5
8 changed files with 136 additions and 25 deletions
+6
View File
@@ -8,3 +8,9 @@ type AddInviteForm struct {
Role m.RoleType `json:"role" binding:"Required"`
SkipEmails bool `json:"skipEmails"`
}
type InviteInfo struct {
Email string `json:"email"`
Name string `json:"name"`
Username string `json:"username"`
}