pr comments

This commit is contained in:
Cam Otts
2023-01-09 13:23:02 -06:00
parent e5b749be71
commit 0734e7b511
10 changed files with 69 additions and 59 deletions

View File

@ -19,6 +19,9 @@ type InviteRequest struct {
// email
Email string `json:"email,omitempty"`
// token
Token string `json:"token,omitempty"`
}
// Validate validates this invite request