Added arn to the main repository
This commit is contained in:
7
arn/EmailToUser.go
Normal file
7
arn/EmailToUser.go
Normal file
@ -0,0 +1,7 @@
|
||||
package arn
|
||||
|
||||
// EmailToUser stores the user ID for an email address.
|
||||
type EmailToUser struct {
|
||||
Email string `json:"email"`
|
||||
UserID UserID `json:"userId"`
|
||||
}
|
Reference in New Issue
Block a user